2026-04-15-1 dashboard

This commit is contained in:
Hamza-Ayed
2026-04-15 01:05:15 +03:00
parent 50573eb9d3
commit 3802af0651
38 changed files with 4871 additions and 18 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ if [ $? -eq 0 ]; then
echo "------------------------------------------------"
echo "Now run the following on your SERVER terminal:"
echo "cd $REMOTE_PATH"
echo "docker-compose up -d --build api"
echo "docker compose up -d --build api dashboard"
echo "Dashboard will be live at: http://$SERVER_IP:3204"
echo "------------------------------------------------"
else
echo "❌ Sync failed. Please check your SSH connection or manually update the files."