Freshness diagnostics API, UI trust notes, mission control/stats updates, and deploy scripts.

Made-with: Cursor
This commit is contained in:
defiQUG
2026-04-12 06:33:54 -07:00
parent 0972178cc5
commit 3fdb812a29
63 changed files with 5163 additions and 826 deletions

View File

@@ -393,12 +393,12 @@ if [ -f /var/www/html/index.html ]; then
else
echo "⚠️ Frontend file exists but may not be the custom one"
echo " Deploy the custom frontend using:"
echo " ./scripts/deploy-frontend-to-vmid5000.sh"
echo " ./scripts/deploy-next-frontend-to-vmid5000.sh"
fi
else
echo "⚠️ Custom frontend not found at /var/www/html/index.html"
echo " Deploy the custom frontend using:"
echo " ./scripts/deploy-frontend-to-vmid5000.sh"
echo " ./scripts/deploy-next-frontend-to-vmid5000.sh"
fi
# Test HTTP endpoint (non-fatal: do not exit on curl/grep failure)
@@ -418,6 +418,6 @@ echo "Nginx Configuration Updated!"
echo "=========================================="
echo ""
echo "Next steps:"
echo "1. Deploy custom frontend: ./scripts/deploy-frontend-to-vmid5000.sh"
echo "2. Or manually copy: cp explorer-monorepo/frontend/public/index.html /var/www/html/index.html"
echo "1. Deploy the canonical Next frontend: ./scripts/deploy-next-frontend-to-vmid5000.sh"
echo "2. Verify the public surface after nginx/NPMplus cutover"
echo ""