From 045ca00a70c36f5e01c16c9483b65d9313135137 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 12 Mar 2026 04:35:52 -0400 Subject: [PATCH] changed port to 5001 --- src/system/modules/frigate/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/modules/frigate/default.nix b/src/system/modules/frigate/default.nix index 808ee5f..3fae115 100644 --- a/src/system/modules/frigate/default.nix +++ b/src/system/modules/frigate/default.nix @@ -94,7 +94,7 @@ in useACMEHost = domain; forceSSL = true; locations."/" = { - proxyPass = "http://127.0.0.1:5000"; + proxyPass = "http://127.0.0.1:5001"; proxyWebsockets = true; }; };