move homepage to port 8084, 8081 used by crowdsec

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-22 21:35:50 +01:00
parent 5e73fe6f1a
commit 6b113b0a72
2 changed files with 3 additions and 3 deletions

View file

@ -88,10 +88,10 @@ in
services.homepage-dashboard = {
enable = true;
openFirewall = true;
listenPort = 8081;
listenPort = 8084;
# Allow access from anywhere on the LAN
allowedHosts = "localhost:8081,127.0.0.1:8081,homepage.nordhammer.it";
allowedHosts = "localhost:8084,127.0.0.1:8084,homepage.nordhammer.it";
# API keys auto-extracted by homepage-extract-secrets.service
environmentFile = "/etc/homepage-secrets";

View file

@ -109,7 +109,7 @@ in
'';
};
"camera.nordhammer.it" = protectedProxy 1984;
"homepage.nordhammer.it" = protectedProxy 8081;
"homepage.nordhammer.it" = protectedProxy 8084;
"7dtd.nordhammer.it" = protectedProxy 8090;
"adguard.nordhammer.it" = protectedProxy 3000;
"profilarr.nordhammer.it" = protectedProxy 6868;