diff --git a/src/system/modules/frigate/default.nix b/src/system/modules/frigate/default.nix index 3fae115..808ee5f 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:5001"; + proxyPass = "http://127.0.0.1:5000"; proxyWebsockets = true; }; };