Files
dell01/.env.example

15 lines
544 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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$$...