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 8aa48d26b7 - Show all commits
+1
View File
@@ -65,6 +65,7 @@ jobs:
# Stop and remove existing container if it exists # Stop and remove existing container if it exists
docker compose -f docker-compose.dev.yml down --remove-orphans || true docker compose -f docker-compose.dev.yml down --remove-orphans || true
docker rm -f nas-dashboard-dev || true
# Deploy with host network to avoid network conflicts in CI # Deploy with host network to avoid network conflicts in CI
# The runner is already in gitea_gitea network, causing conflicts # The runner is already in gitea_gitea network, causing conflicts