Skip to content

Commit

Permalink
fix: remove DOKKU_LETSENCRYPT_EMAIL
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
iloveitaly committed Nov 6, 2023
1 parent 437bb94 commit 932e8d1
Show file tree
Hide file tree
Showing 2 changed files with 3 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
2 changes: 0 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 Down

0 comments on commit 932e8d1

Please sign in to comment.