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.
This commit is contained in:
2025-04-21 08:28:49 -05:00
parent 57c5afc0c8
commit 1768678213

View File

@@ -207,6 +207,7 @@ frigate_config:
proxy:
header_map:
user: Remote-User
logout_url: '{{ frigate_caddy_forward_auth.url }}/logout'
tls:
enabled: false