techno-tim / techno-tim.github.io

Open Source, Community Driven, Documentation for Techno Tim YouTube Videos/ Complete with examples for all your copy pasta needs!
https://technotim.live
1.04k stars 325 forks source link

Updating cloudflare variables in the traefik docker-compose file #285

Closed bmyoungquist closed 10 months ago

bmyoungquist commented 10 months ago

Specifying CF_API_EMAIL alongside CF_DNS_API_TOKEN in traefik's docker-compose file seems to result in a 403 HTTP exception from cloudflare. See this traefik community post for an example of what the error looks like.

Not sure what changed when or why this is happening, but after looking at the traefik docs and checking the lego docs for further clarification, I commented out CF_API_EMAIL which fixed the authentication issues for me.

image