From a419c77a98e3c300f56884c6573d8cfca4aa39af Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 26 Apr 2026 14:20:24 +0000 Subject: [PATCH] docs: note Caddy v2.11.2 tested; minimum remains v2.5.1 forward_auth syntax is unchanged between 2.5.1 and 2.11.2. https://claude.ai/code/session_012eTokAaGiZo7aGt1T2W9BC --- README.md | 2 +- caddy/Caddyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ab0e85..848013d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ authelia-stack/ - Caddy already running, in Docker, joined to an external network named `caddy_net`. If your network is named differently, replace `caddy_net` everywhere in this repo. -- Caddy v2.5.1 or newer (needed for the `forward_auth` directive). +- Caddy v2.5.1 or newer (for the `forward_auth` directive; tested on v2.11.2). - A root domain you control. DNS A records for `auth.` and every protected subdomain must point at the Caddy host's public IP. diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 887c034..9f72eed 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -16,7 +16,7 @@ # 192.168.x.x -> real upstream LAN IPs # # Requirements: -# - Caddy v2.5.1+ (for `forward_auth` directive) +# - Caddy v2.5.1+ (for `forward_auth` directive; tested on v2.11.2) # - Caddy must be on the `caddy_net` Docker network so it can resolve # `authelia` by container name. In your Caddy compose: # networks: [caddy_net]