1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 05:13:22 +00:00

add version tagging to the web and konnect image (#78)

This commit is contained in:
Felix Bartels
2019-01-11 08:06:21 +01:00
committed by GitHub
parent e59d26986b
commit a630007059
7 changed files with 39 additions and 11 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
set -e
if [ "$EMAIL" = "self_signed" ]; then
# do not use the '-host' option if using a self signed cert
exec kwebd caddy -conf /etc/kweb.cfg -agree
else
exec kwebd caddy -conf /etc/kweb.cfg -agree -host "$FQDN"
fi