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 2a8e5d4952 - Show all commits
+3 -2
View File
@@ -65,5 +65,6 @@ jobs:
run: | run: |
export DOCKER_API_VERSION=1.43 export DOCKER_API_VERSION=1.43
cd /nas-dashboard cd /nas-dashboard
# Force recreate container with new image (doesn't disconnect from networks) # Stop container, then start with new image (compose will recreate if needed)
docker compose -f docker-compose.dev.yml up -d --force-recreate --pull never docker compose -f docker-compose.dev.yml stop dashboard-dev
docker compose -f docker-compose.dev.yml up -d --pull never