Authelia was unused overhead — only traefik-dashboard and plane /god-mode/ were behind it. Dashboard now uses traefik-auth (basic auth). /god-mode/ uses rate-limit-strict only. Removes: authelia + authelia-redis containers, authelia-internal network, authelia_data volume, authelia router/service/forwardAuth middleware. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
673 B
Django/Jinja
17 lines
673 B
Django/Jinja
# Generated by Ansible — do not edit manually
|
|
FORGEJO_DB_PASSWORD={{ forgejo_db_password }}
|
|
PLANE_DB_PASSWORD={{ plane_db_password }}
|
|
PLANE_SECRET_KEY={{ plane_secret_key }}
|
|
PLANE_MINIO_PASSWORD={{ plane_minio_password }}
|
|
DOMAIN_BASE={{ domain_base }}
|
|
DOMAIN_GIT={{ domain_git }}
|
|
DOMAIN_PLANE={{ domain_plane }}
|
|
DOMAIN_TRAEFIK={{ domain_traefik }}
|
|
FORGEJO_RUNNER_TOKEN={{ forgejo_runner_token }}
|
|
GRAFANA_ADMIN_PASSWORD={{ grafana_admin_password }}
|
|
CROWDSEC_BOUNCER_KEY={{ crowdsec_bouncer_key }}
|
|
# Cloudflare DNS-01 ACME challenge
|
|
CF_DNS_API_TOKEN={{ cloudflare_dns_api_token }}
|
|
CF_ZONE_ID={{ cloudflare_zone_id }}
|
|
# Discord bot
|
|
DISCORD_BOT_TOKEN={{ discord_bot_token }}
|