Nixpkgs version
Describe the bug
Hello,
I installed frigate and setup a camera. The webui is available at http://localhost:5000. however i dont see the service being exposed on port 8971 for authenticated users as mentioned in the documentation.
Steps to reproduce
Here is my config,
services.frigate = {
enable = true;
hostname = "frigate.domain.com";
settings = {
mqtt.enabled = false;
cameras."test1" = {
ffmpeg.inputs = [ {
path = "rtsp://127.0.0.1:8554/test1";
input_args = "preset-rtsp-restream";
roles = [ "record" ];
} ];
};
};
};
services.go2rtc = {
enable = true;
settings = {
streams = {
"test1" = [
"rtsp://admin:pwd@192.168.1.2:554/h264Preview_01_main"
];
};
rtsp.listen = ":8554";
webrtc.listen = ":8555";
};
};
Expected behaviour
Frigate listening on port 8971
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
- system:
"x86_64-linux"
- host os:
Linux 6.12.55, NixOS, 25.11 (Xantusia), 25.11.20251028.08dacfc
- multi-user?:
yes
- sandbox:
yes
- version:
nix-env (Nix) 2.31.2
- nixpkgs: `/nix/store/p6gvrb36n5dh0cdg6d77rkpapy5kc0gq-source
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)
I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
Nixpkgs version
Describe the bug
Hello,
I installed frigate and setup a camera. The webui is available at http://localhost:5000. however i dont see the service being exposed on port 8971 for authenticated users as mentioned in the documentation.
Steps to reproduce
Here is my config,
Expected behaviour
Frigate listening on port 8971
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
"x86_64-linux"Linux 6.12.55, NixOS, 25.11 (Xantusia), 25.11.20251028.08dacfcyesyesnix-env (Nix) 2.31.2Notify maintainers
@mweinelt
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.