Skip to content

Instantly share code, notes, and snippets.

View sebastianmarkow's full-sized avatar
🐝

Sebastian Klatt sebastianmarkow

🐝
View GitHub Profile
@sebastianmarkow
sebastianmarkow / keybase.md
Last active August 29, 2015 14:07
Keybase

Keybase proof

I hereby claim:

  • I am sebastianmarkow on github.
  • I am sebastianmarkow (https://keybase.io/sebastianmarkow) on keybase.
  • I have a public key whose fingerprint is 387C 9B82 216E D9D1 3DE2 E356 DA1C AEE2 EF08 BEA6

To claim this, I am signing this object:

@sebastianmarkow
sebastianmarkow / caddy
Last active February 3, 2021 17:15
caddy web server openrc startup script
#!/sbin/openrc-run
description="Caddy web server"
description_reload="Reload configuration"
extra_started_commands="reload"
: ${CADDY_CONF:=/etc/caddy/Caddyfile}
: ${CADDY_PIDFILE:=/var/run/caddy.pid}
: ${CADDY_USER:=caddy}
@sebastianmarkow
sebastianmarkow / README.md
Created August 5, 2020 21:56 — forked from khusseini/README.md
Adding traefik to LKS

Setup Traefik 2.2 with Let's Encrypt On LKE

If you searched for this article I chances are you know what LKE, Traefik and Let's Encrypt are, else here is a quick primer:

What is LKE?

"The Linode Kubernetes Engine (LKE) is a fully-managed container orchestration engine for deploying and managing containerized applications and workloads.". For more information please have a look at "Deploy and manage a cluster with Linode Kubernetes Engine"