-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cannot get secret from environment variable #512
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This would depend on certbot supporting reading ENV's from within the ini files. You would need to read their document to see what's possible with that. |
Thx I will read certbot docu, but what about this chapter? https://github.com/linuxserver/docker-swag?tab=readme-ov-file#environment-variables-from-files-docker-secrets Because is talking about docker secrets |
That's generic text on our readmes on just how to use docker secrets as ENV, that doesn't mean everything in the container will read them such as certbot. |
Found a way to don't store Cloudflare secrets in clear text:
|
Is there an existing issue for this?
Current Behavior
I'm struggling to configure SWAG to use Cloudflare secret with Docker Swarm secrets
Expected Behavior
The Cloudflare secrets is read from env variable
Steps To Reproduce
This is the docker stack file:
and
config/dns-conf/cloudflare.ini
Environment
CPU architecture
arm64
Docker creation
The text was updated successfully, but these errors were encountered: