diff --git a/services/homepage.nix b/services/homepage.nix index 7ae756d..49e86a9 100644 --- a/services/homepage.nix +++ b/services/homepage.nix @@ -88,11 +88,10 @@ in services.homepage-dashboard = { enable = true; openFirewall = true; - listenPort = 8082; + listenPort = 8081; # Allow access from anywhere on the LAN - # Add your domain here too if you expose it via Nginx Proxy Manager - allowedHosts = "localhost:8082,127.0.0.1:8082,homepage.nordhammer.it"; + allowedHosts = "localhost:8081,127.0.0.1:8081,homepage.nordhammer.it"; # API keys auto-extracted by homepage-extract-secrets.service environmentFile = "/etc/homepage-secrets"; diff --git a/services/nginx.nix b/services/nginx.nix index 3c86c45..d763f75 100644 --- a/services/nginx.nix +++ b/services/nginx.nix @@ -109,7 +109,7 @@ in ''; }; "camera.nordhammer.it" = protectedProxy 1984; - "homepage.nordhammer.it" = protectedProxy 8082; + "homepage.nordhammer.it" = protectedProxy 8081; "7dtd.nordhammer.it" = protectedProxy 8090; "adguard.nordhammer.it" = protectedProxy 3000; "profilarr.nordhammer.it" = protectedProxy 6868;