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:
parent
996a65c786
commit
3b043334d5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user