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 2a8af8feea - Show all commits
+5 -3
View File
@@ -63,6 +63,8 @@ jobs:
run: cp dashboard/docker-compose.dev.yml /nas-dashboard/docker-compose.dev.yml
- name: Deploy dev
run: |
export DOCKER_API_VERSION=1.43
# Execute deploy script from mounted volume
bash /nas-dashboard/deploy-dev.sh
echo "✅ Image built successfully: nas-dashboard-dev:latest"
echo ""
echo "⚠️ Automatic deployment is not possible due to Docker-in-Docker network limitations."
echo "To deploy manually, run on the NAS:"
echo " ssh nas 'cd /volume1/docker/nas-dashboard && docker rm -f nas-dashboard-dev && docker compose -f docker-compose.dev.yml up -d --pull never'"