Skip to content

Instantly share code, notes, and snippets.

View mariux's full-sized avatar
:octocat:
We Automate Cloud Workloads

Marius Tolzmann mariux

:octocat:
We Automate Cloud Workloads
View GitHub Profile
@mariux
mariux / main.tf
Created February 14, 2020 16:16
example route53
module "domains" {
source = "mineiros-io/route53/aws"
version = "0.0.1"
name = [
"mineiros.com",
"mineiros.de",
"mineiros.io",
]
}
@mariux
mariux / Component.vue
Created May 23, 2019 16:24 — forked from philippkuehn/Component.vue
codeblock extension for tiptap using on scrumpy.io
<template>
<div class="c-code-block">
<div class="c-code-block__meta" contenteditable="false" v-if="editable">
<icon-btn
class="c-code-block__action-icon"
name="more"
:dropdown-props="{ closeOnClick: false }"
ref="icon"
>
<template v-slot:dropdown>
@mariux
mariux / og.txt
Created October 17, 2018 13:06 — forked from mattes/og.txt
Open Graph debugger
http://ogp.me/
https://moz.com/blog/meta-data-templates-123
https://search.google.com/structured-data/testing-tool
https://developers.facebook.com/tools/debug/og/object - https://developers.facebook.com/docs/reference/opengraph
https://cards-dev.twitter.com/validator - https://dev.twitter.com/cards/types
https://developers.pinterest.com/tools/url-debugger/ - https://developers.pinterest.com/docs/rich-pins/overview/
https://developer.linkedin.com/docs/share-on-linkedin
@mariux
mariux / ubuntu-install-hipchat2.sh
Last active June 3, 2018 17:09 — forked from stephanetimmermans/ubuntu-hipchat
Install atlassian hipchat client on Ubuntu 16.04
sudo su
echo "deb http://downloads.hipchat.com/linux/apt stable main" > /etc/apt/sources.list.d/atlassian-hipchat.list
wget -O - https://www.hipchat.com/keys/hipchat-linux.key | apt-key add -
apt-get update
apt-get install hipchat