From f5744a65d19a89a26ef3dad5f8fa8beb419b659d Mon Sep 17 00:00:00 2001 From: cclohmar Date: Wed, 8 Jul 2026 14:00:39 +0100 Subject: [PATCH] fix: add Remote-Groups to Caddy copy_headers --- config/caddy/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/caddy/Caddyfile b/config/caddy/Caddyfile index de12a01..be61477 100644 --- a/config/caddy/Caddyfile +++ b/config/caddy/Caddyfile @@ -16,7 +16,7 @@ app.{DOMAIN} { uri /api/verify?rd=https://auth.{DOMAIN}/ # Copy auth headers to upstream - copy_headers Remote-User Remote-Name Remote-Email + copy_headers Remote-User Remote-Name Remote-Email Remote-Groups } # Serve launcher + proxy upstream apps