mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
bdb35dd19a
Mostly cleans up the code and documents it better, although there are some minor fixes for handling `SSL_DOMAIN` ENV and additional logging added for spotting issues related to it in future when troubleshooting. Commits are scoped with context messages for easing review if necessary. Overview of changes: Traefik specific: - Logic extracted out into it's own function. - Conditional reworked to assist with debugging. - `SSL_DOMAIN` must not be empty when attempting to extract. - Added additional notes. `SSL_TYPE=letsencrypt` case: - Revised top note block. - Correct handling for `SSL_DOMAIN`. - Removed some unnecessary nesting. - Less repetitive error message for `LETSENCRYPT_DOMAIN`. - Added use of panics where appropriate (kept `return 1` so failures still exit functionality early). - Improved inline docs. |
||
---|---|---|
.. | ||
check-stack.sh | ||
daemons-stack.sh | ||
fixes-stack.sh | ||
misc-stack.sh | ||
setup-stack.sh |