Skip to content

Commit

Permalink
nixos/frigate: Also listen on port 5000
Browse files Browse the repository at this point in the history
Frigate wants to connect on 127.0.0.1:5000 for unauthenticated requests
by checking the request port. This adress is hardcoded in the source.
See #370349 for more details
  • Loading branch information
fleaz committed Jan 4, 2025
1 parent 8d75e9b commit 3c30d81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/modules/services/video/frigate.nix
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@ in
};
};
extraConfig = ''
# Frigate wants to connect on 127.0.0.1:5000 for unauthenticated requests
# https://github.com/NixOS/nixpkgs/issues/370349
listen 127.0.0.1:5000;
# vod settings
vod_base_url "";
vod_segments_base_url "";
Expand Down

0 comments on commit 3c30d81

Please sign in to comment.