Open NotaInutilis opened 1 week ago
Hi! Thanks for opening the issue. The environment variable name for secrets should be CLOUDFLARE_API_TOKEN_FILE
instead of CLOUDFLARE_API_TOKEN
. Do you think there's something we can change in README to clarify this?
Aaah! It was thar simple, thank you!
I think there are several things that ca be done with the readme.
I'd say the same for the Proxied option: it looks like a simple binary choice when the more useful info is also hidden.
@NotaInutilis You are not the only one tripping over the expandable descriptions. I now think I should remove all of the folding.
Hi! I've got an issue with passing the cloudflare API token via a secret on docker compose file. It works when pasting it as an environment variable but outputs an error
😞 Failed to check the existence of a zone named DOMAIN: Invalid request headers (6003)
when using a secret. I first asked for help on the formatting of my compose file, but it doesn't seem that there is any issue with it so instead of bashing my head on my keyboard, I'm asking for some help here.