From a94028979854663475e006a89bf626c6ab77b841 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 13 Nov 2025 06:24:34 +0100 Subject: [PATCH] add hints related to auth and move, related to https://github.com/Kozea/Radicale/issues/1912 --- contrib/caddy/radicale.caddyfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/caddy/radicale.caddyfile b/contrib/caddy/radicale.caddyfile index 6739283b..b578b383 100644 --- a/contrib/caddy/radicale.caddyfile +++ b/contrib/caddy/radicale.caddyfile @@ -16,11 +16,17 @@ caldav.example.com { not path /.web/* } + # disable this in case authentication is handled by Radicale basic_auth @not-webui { USER HASH } reverse_proxy localhost:5232 { + # disable this in case authentication is handled by Radicale header_up X-Remote-User {http.auth.user.id} + # replace "HOST" with configured hostname of URL (FQDN) in client + header_up Host HOST + # replace "PORT" with configured port of URL in client + header_up X-Forwarded-Port PORT } }