Make admin web UI port configurable via WEB_PORT

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
lofyer
2026-07-06 23:57:31 +08:00
co-authored by factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent 6a3b627311
commit b683fad5d8
3 changed files with 7 additions and 2 deletions
+3
View File
@@ -25,6 +25,9 @@ WG_RELAY_SUBNETS=
# Set true to block peer-to-peer traffic between VPN clients (isolation).
WG_PEER_ISOLATION=false
# Port the admin web UI listens on (host port, since network_mode: host).
WEB_PORT=8000
# Admin panel login
ADMIN_USERNAME=admin
ADMIN_PASSWORD=password