Documentation for the Traefik Dashboard accessible at https://traefik.enclari.com.
api@internal service)/opt/stack/traefikwebsecure, Let's Encrypt DNS-01 Hetzner)The dashboard is exposed as an internal service api@internal and published via Traefik labels:
labels:
- traefik.enable=true
- traefik.http.routers.traefik.rule=Host(`traefik.enclari.com`)
- traefik.http.routers.traefik.entrypoints=websecure
- traefik.http.routers.traefik.tls=true
- traefik.http.routers.traefik.tls.certresolver=le
- traefik.http.routers.traefik.service=api@internal
- traefik.http.routers.traefik.middlewares=authentik-forwardauth@docker,secure-headers
service=traefik/opt/stack/traefik (compose + dynamic config)/opt/stack/traefik/letsencrypt/acme.jsonManual backup example:
/root/backup.sh backup traefik
# Update Traefik (includes dashboard)
cd /opt/stack/traefik
docker compose pull && docker compose up -d
# Logs
docker logs -f traefik
# Verify dashboard access
curl -I https://traefik.enclari.com