-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
dokku_config: allow config:set --global #52
Comments
API could be: - name: set LE global email
dokku_config:
global: True
config:
DOKKU_LETSENCRYPT_EMAIL: [email protected] |
Partial PR here: #51 But an alternate implementation is always welcome. |
By looking at the linked PR and the code it seems it is doable at the moment by setting
|
Worth noting that
Would be great if we could add an |
this isn't a valid option anymore. There's not a replacement for this using the standard ansible dokku stuff you need to run a shell script. dokku#52 (comment)
this isn't a valid option anymore. There's not a replacement for this using the standard ansible dokku stuff you need to run a shell script. dokku#52 (comment)
* fix: remove DOKKU_LETSENCRYPT_EMAIL this isn't a valid option anymore. There's not a replacement for this using the standard ansible dokku stuff you need to run a shell script. #52 (comment) --------- Co-authored-by: Leopold Talirz <[email protected]>
AFAICT, it isn't possible now and only scoped to an app?
Up for accepting a PR to allow for global config setting?
Very useful for initial provisioning of a host when letsencrypt is installed also.
The text was updated successfully, but these errors were encountered: