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.
unifi-restore
Dustin 2025-04-21 08:28:49 -05:00
parent 57c5afc0c8
commit 1768678213
1 changed files with 1 additions and 0 deletions

View File

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