frigate: use proxy auth mode with Authelia headers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6b113b0a72
commit
e09cbb0cb5
1 changed files with 5 additions and 1 deletions
|
|
@ -12,7 +12,11 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
mqtt.enabled = false;
|
mqtt.enabled = false;
|
||||||
auth.enabled = false;
|
|
||||||
|
# Delegate authentication to Authelia via reverse proxy headers.
|
||||||
|
# The nginx /auth location sends requests to Authelia, which returns
|
||||||
|
# Remote-User on success. Frigate picks this up via proxy header_map.
|
||||||
|
auth.proxy.header_map.user = "Remote-User";
|
||||||
|
|
||||||
cameras.kids_bedroom = {
|
cameras.kids_bedroom = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue