Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
Showing only changes of commit bd0b68d952 - Show all commits
+3
View File
@@ -67,6 +67,9 @@ jobs:
docker compose -f docker-compose.dev.yml down --remove-orphans || true
docker rm -f nas-dashboard-dev || true
# Ensure network exists
docker network create nas-dashboard_internal 2>/dev/null || true
# Deploy with bridge networking to avoid port 4000 conflicts with Production
docker run -d \
--name nas-dashboard-dev \