From 0a96759c72f314371db9894650f474c46fb0c897 Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Fri, 10 Apr 2026 14:51:51 +0200 Subject: [PATCH 1/2] Add an explanation why we disable the HTTP challenge in that Caddy instance Signed-off-by: Pablo Zmdl --- Containers/apache/Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/apache/Caddyfile b/Containers/apache/Caddyfile index d1261268..df7bf0ea 100644 --- a/Containers/apache/Caddyfile +++ b/Containers/apache/Caddyfile @@ -75,6 +75,7 @@ http://{$APACHE_HOST}.nextcloud-aio:23973, # For Collabora callback and WOPI req tls { issuer acme { profile shortlived + # Disable HTTP challenge because that would require port 80, which we don't get (it's exposed to the mastercontainer). disable_http_challenge } } From 3f11a48657ff1ef37a4641c01fcade885d677b71 Mon Sep 17 00:00:00 2001 From: Pablo Zmdl <57864086+pabzm@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:56:44 +0200 Subject: [PATCH 2/2] Update Containers/apache/Caddyfile Co-authored-by: Simon L. Signed-off-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com> --- Containers/apache/Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/apache/Caddyfile b/Containers/apache/Caddyfile index df7bf0ea..a15a9c19 100644 --- a/Containers/apache/Caddyfile +++ b/Containers/apache/Caddyfile @@ -76,6 +76,7 @@ http://{$APACHE_HOST}.nextcloud-aio:23973, # For Collabora callback and WOPI req issuer acme { profile shortlived # Disable HTTP challenge because that would require port 80, which we don't get (it's exposed to the mastercontainer). + # This container by default only exposes port 443 if not configured otherwise via APACHE_PORT. disable_http_challenge } }