move homepage to port 8081, 8082 needed by frigate jsmpeg

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-22 21:24:04 +01:00
parent 83b3653331
commit 5a3d74d800
2 changed files with 3 additions and 4 deletions

View file

@ -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";