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:
@@ -207,6 +207,7 @@ frigate_config:
|
||||
proxy:
|
||||
header_map:
|
||||
user: Remote-User
|
||||
logout_url: '{{ frigate_caddy_forward_auth.url }}/logout'
|
||||
tls:
|
||||
enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user