From 1768678213c24abcc4fed175808c774dbafed504 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 21 Apr 2025 08:28:49 -0500 Subject: [PATCH] frigate: Set logout URL Although I'm sure it will never be used, we might as well set the logout URL to the correct value. When the link is clicked, the browser will navigate to the Authelia logout page, which will invalidate all SSO sessions. --- group_vars/frigate-prod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/frigate-prod.yml b/group_vars/frigate-prod.yml index 994a36e..d599e24 100644 --- a/group_vars/frigate-prod.yml +++ b/group_vars/frigate-prod.yml @@ -207,6 +207,7 @@ frigate_config: proxy: header_map: user: Remote-User + logout_url: '{{ frigate_caddy_forward_auth.url }}/logout' tls: enabled: false