Skip to content

Commit

Permalink
fix: remove DOKKU_LETSENCRYPT_EMAIL (#165)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
iloveitaly and ltalirz authored Nov 7, 2023
1 parent 437bb94 commit 597bb97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1124,8 +1124,6 @@ Manage storage for dokku applications
dokku_config:
app: *appname
config:
# specify a email for dokku-letsencrypt
DOKKU_LETSENCRYPT_EMAIL: [email protected]
# specify port so `domains` can setup the port mapping properly
PORT: "5000"
- name: git clone
Expand All @@ -1138,6 +1136,9 @@ Manage storage for dokku applications
app: *appname
domains:
- example.com
- name: add letsencrypt
dokku_letsencrypt:
app: *appname
```
## Contributing
Expand Down
5 changes: 3 additions & 2 deletions example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ examples:
dokku_config:
app: *appname
config:
# specify a email for dokku-letsencrypt
DOKKU_LETSENCRYPT_EMAIL: [email protected]
# specify port so `domains` can setup the port mapping properly
PORT: "5000"
- name: git clone
Expand All @@ -78,3 +76,6 @@ examples:
app: *appname
domains:
- example.com
- name: add letsencrypt
dokku_letsencrypt:
app: *appname

0 comments on commit 597bb97

Please sign in to comment.