fix: CF_DNS_API_TOKEN env var name for Traefik ACME + n8n domain update
Some checks are pending
CI/CD / syntax-check (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions

- Fix env var CLOUDFLARE_DNS_API_TOKEN → CF_DNS_API_TOKEN (lego requirement)
- n8n env already uses domain_n8n variable (auto.walava.io)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jack 2026-03-26 22:44:05 +07:00
parent fb769b2f8c
commit 2770cb61ef

View file

@ -14,7 +14,7 @@ AUTHELIA_SESSION_SECRET={{ authelia_session_secret }}
AUTHELIA_STORAGE_KEY={{ authelia_storage_key }}
CROWDSEC_BOUNCER_KEY={{ crowdsec_bouncer_key }}
# Cloudflare DNS-01 ACME challenge
CLOUDFLARE_DNS_API_TOKEN={{ cloudflare_dns_api_token }}
CF_DNS_API_TOKEN={{ cloudflare_dns_api_token }}
CF_ZONE_ID={{ cloudflare_zone_id }}
# Discord bot
DISCORD_BOT_TOKEN={{ discord_bot_token }}