Add Cloudflare as DNS provider #103
Reference in New Issue
Block a user
No description provided.
Delete Branch "Zigzagill/traefik:add-cloudflare-dns"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
LetsEncrypt challenges passed
abra.shNo relevant versions to update
Only new env vars were added
Unsure if this is necessary but I'm happy to add notes if we want them 😄
One minor comment but otherwise, LGTM.
I can't test this myself.
Thanks for the PR!
@ -89,0 +92,4 @@## abra app secret insert {myapp.example.coop} cf_api_key v1 "<CLOUDFLARE_API_KEY>"## cf_api_key is an account API key from Cloudflare that has DNS read + edit permission#COMPOSE_FILE="$COMPOSE_FILE:compose.cloudflare.yml"#SECRET_CLOUDFLARE_EMAIL_VERSION=v1 # generated=falseI just realise it's
generate=falseand we have no docs for this 😆Although, I've seen people using
generated=falsebut does it work?Aha! You're 100% correct. Just tested,
generatedstill threw an error for "secret not generated",generateallowed me to insert the secret without needing one on the server already 😄I'm 99% sure the
generate=falseflag should be added to all of the other DNS provider secrets. I'd be happy to open a separate PR for that as well!Thanks @Zigzagill, a fix PR for the other DNS providers would be excellent 🙏