1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-07-23 18:05:31 +00:00

support disables ssl on caddy, configured via .env

This commit is contained in:
Christian Günther 2019-01-11 12:16:46 +01:00 committed by Felix Bartels
parent 996a65c786
commit 3b043334d5

View File

@ -2,7 +2,7 @@
set -e set -e
if [ "$EMAIL" = "self_signed" ]; then if [ "$EMAIL" = "self_signed" ] || [ "$EMAIL" = "off" ]; then
# do not use the '-host' option if using a self signed cert # do not use the '-host' option if using a self signed cert
exec kwebd caddy -conf /etc/kweb.cfg -agree exec kwebd caddy -conf /etc/kweb.cfg -agree
else else