fix: CF_DNS_API_TOKEN env var name for Traefik ACME + n8n domain update
- 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:
parent
fb769b2f8c
commit
2770cb61ef
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ AUTHELIA_SESSION_SECRET={{ authelia_session_secret }}
|
||||||
AUTHELIA_STORAGE_KEY={{ authelia_storage_key }}
|
AUTHELIA_STORAGE_KEY={{ authelia_storage_key }}
|
||||||
CROWDSEC_BOUNCER_KEY={{ crowdsec_bouncer_key }}
|
CROWDSEC_BOUNCER_KEY={{ crowdsec_bouncer_key }}
|
||||||
# Cloudflare DNS-01 ACME challenge
|
# 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 }}
|
CF_ZONE_ID={{ cloudflare_zone_id }}
|
||||||
# Discord bot
|
# Discord bot
|
||||||
DISCORD_BOT_TOKEN={{ discord_bot_token }}
|
DISCORD_BOT_TOKEN={{ discord_bot_token }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue