Initial: Traefik + cloudflared + Gitea auf dama.casa

This commit is contained in:
2026-03-19 14:24:12 +00:00
commit b201d3a13e
12 changed files with 311 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Aktive Domain für Umstieg: home2.dnlm.de → home.dnlm.de ändern
# Danach: make setup && make all-up
DOMAIN=dama.casa
# Cloudflare API Token (Zone:DNS:Edit für dama.casa)
# Dashboard → My Profile → API Tokens → Create Token → "Edit zone DNS" Template
CF_DNS_API_TOKEN=
# Cloudflare Tunnel Token (Zero Trust → Networks → Tunnels → Tunnel erstellen)
CLOUDFLARE_TUNNEL_TOKEN=
# Traefik Dashboard Basic Auth
# Generieren: echo $(htpasswd -nb admin PASSWORT) | sed -e 's/\$/\$\$/g'
TRAEFIK_DASHBOARD_USER=admin:$$apr1$$...