From 7edc8e1feb896daf4376beef121f6b29522488c7 Mon Sep 17 00:00:00 2001 From: AstralDestiny Date: Tue, 15 Apr 2025 02:45:36 -0400 Subject: [PATCH] Update templates.yaml To fall in line with newer versions of Authelia. --- config/templates.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/templates.yaml b/config/templates.yaml index 933b4d017..5127892f6 100644 --- a/config/templates.yaml +++ b/config/templates.yaml @@ -4,7 +4,7 @@ middlewares: name: Authelia type: forwardAuth config: - address: "http://authelia:9091/api/verify?rd=https://auth.yourdomain.com" + address: "http://authelia:9091/api/authz/forward-auth" trustForwardHeader: true authResponseHeaders: - "Remote-User" @@ -148,4 +148,4 @@ middlewares: - "10.0.0.0/8" # Internal LAN IP addresses - "172.16.0.0/12" # Internal LAN IP addresses - "192.168.0.0/16" # Internal LAN IP addresses - - "100.89.137.0/20" # Internal LAN IP addresses \ No newline at end of file + - "100.89.137.0/20" # Internal LAN IP addresses