chore: secure dashboard proxy endpoint and decouple lan checks
Deploy Dashboard / deploy (push) Successful in 1m48s

This commit is contained in:
Gan, Jimmy
2026-02-27 23:41:36 +08:00
parent 29a9e9d881
commit 3888a57642
5 changed files with 57 additions and 14 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ services:
container_name: nas-dashboard
restart: unless-stopped
ports:
- "4000:4000"
- "127.0.0.1:4000:4000"
environment:
- DOCKER_HOST=tcp://docker-socket-proxy:2375
- GITEA_URL=http://gitea:3000