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
parent
57c5afc0c8
commit
1768678213
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue