From ff5e6870132c24e0bf74408cc8ad24a6efcf0f16 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:13:49 +0200 Subject: [PATCH 1/3] Add Stalwart admin interface Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start.sh b/start.sh index d30d396..8e6ff06 100644 --- a/start.sh +++ b/start.sh @@ -53,6 +53,9 @@ fi if [ -n "$(dig A +short nextcloud-aio-stalwart)" ] && ! grep -q "mail.{\$NC_DOMAIN}" /Caddyfile; then cat << CADDY >> /Caddyfile https://mail.{\$NC_DOMAIN}:443 { + # import GEOFILTER + reverse_proxy nextcloud-aio-stalwart:8080 + # TLS options tls { issuer acme { From 7e202b275d935b7b00c810cfa907063e61e73fb3 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Sat, 27 Apr 2024 10:17:00 +0200 Subject: [PATCH 2/3] Update start.sh Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 8e6ff06..94a8e47 100644 --- a/start.sh +++ b/start.sh @@ -54,7 +54,7 @@ if [ -n "$(dig A +short nextcloud-aio-stalwart)" ] && ! grep -q "mail.{\$NC_DOMA cat << CADDY >> /Caddyfile https://mail.{\$NC_DOMAIN}:443 { # import GEOFILTER - reverse_proxy nextcloud-aio-stalwart:8080 + reverse_proxy nextcloud-aio-stalwart:8082 # TLS options tls { From 246ddd3ade36ad18c70e12d7657bdc353c09b5b9 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Sat, 27 Apr 2024 10:21:16 +0200 Subject: [PATCH 3/3] Update start.sh Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 94a8e47..90fea08 100644 --- a/start.sh +++ b/start.sh @@ -54,7 +54,7 @@ if [ -n "$(dig A +short nextcloud-aio-stalwart)" ] && ! grep -q "mail.{\$NC_DOMA cat << CADDY >> /Caddyfile https://mail.{\$NC_DOMAIN}:443 { # import GEOFILTER - reverse_proxy nextcloud-aio-stalwart:8082 + reverse_proxy nextcloud-aio-stalwart:10003 # TLS options tls {