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]