frigate: use proxy auth mode with Authelia headers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-22 21:49:33 +01:00
parent 6b113b0a72
commit e09cbb0cb5

View file

@ -12,7 +12,11 @@
settings = {
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 = {
enabled = true;