revert frigate auth to disabled mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e09cbb0cb5
commit
192db01be0
1 changed files with 1 additions and 5 deletions
|
|
@ -12,11 +12,7 @@
|
|||
|
||||
settings = {
|
||||
mqtt.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";
|
||||
auth.enabled = false;
|
||||
|
||||
cameras.kids_bedroom = {
|
||||
enabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue