feat: Make monitor port configurable (#1041)

This commit is contained in:
Kroese
2025-10-04 09:39:20 +02:00
committed by GitHub
parent b694d6faf8
commit 399829cf3c
3 changed files with 8 additions and 8 deletions

View File

@@ -203,6 +203,7 @@ addPackage() {
return 0
}
: "${MON_PORT:="7100"}" # Monitor port
: "${WEB_PORT:="5000"}" # Webserver port
cp -r /var/www/* /run/shm