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 1b7161b82b - Show all commits
+1 -4
View File
@@ -72,9 +72,6 @@ jobs:
fi
# Use a dedicated project name to avoid killing production (which is project 'nas-dashboard')
# and deploy using theSynced compose file.
# and deploy using the synced compose file.
docker compose -f docker-compose.dev.yml -p nas-dashboard-dev down --remove-orphans || true
docker compose -f docker-compose.dev.yml -p nas-dashboard-dev up -d --build --pull never
# Connect to gitea_gitea network for database access (OPC_DB)
docker network connect gitea_gitea nas-dashboard-dev || true