fix(infra): update status page, prometheus, and cloudflared for unified app

All web app subdomains (chat.mana.how, todo.mana.how, etc.) were removed
when the unified app launched, but monitoring configs still referenced them.
Update blackbox targets to use mana.how/route URLs, remove stale API backend
routes from cloudflared, clean up CORS origins, and fix status page generator
to handle route-based URLs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-03 14:59:15 +02:00
parent 543e7055b9
commit 62d9eb1f2b
9 changed files with 106 additions and 158 deletions

View file

@ -109,10 +109,10 @@ echo ""
echo "=== Deployment Complete ==="
echo ""
echo "URLs via Cloudflare Tunnel:"
echo " https://mana.how - Dashboard"
echo " https://mana.how - Unified App (all modules)"
echo " https://auth.mana.how - Auth API"
echo " https://chat.mana.how - Chat"
echo " https://todo.mana.how - Todo"
echo " https://calendar.mana.how - Calendar"
echo " https://clock.mana.how - Clock"
echo " https://api.mana.how - API Gateway"
echo " https://git.mana.how - Forgejo"
echo " https://grafana.mana.how - Grafana"
echo " https://status.mana.how - Status Page"
echo ""