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 09fdf5fd62 - Show all commits
+3
View File
@@ -64,4 +64,7 @@ jobs:
- name: Deploy dev
run: |
export DOCKER_API_VERSION=1.43
# Stop and remove existing container if it exists
docker stop nas-dashboard-dev 2>/dev/null || true
docker rm nas-dashboard-dev 2>/dev/null || true
docker compose -f /nas-dashboard/docker-compose.dev.yml up -d --pull never