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
This commit is contained in:
Claude
2026-04-26 14:20:24 +00:00
parent 1b4c9298e1
commit a419c77a98
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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]