mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
Add Cloudflare Tunnel routes for: - contacts.mana.how / contacts-api.mana.how - grafana.mana.how (monitoring) - stats.mana.how (Umami analytics) - n8n.mana.how (workflow automation) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
tunnel: bb0ea86d-8253-4a54-838b-107bb7945be9
|
|
credentials-file: /Users/mana/.cloudflared/bb0ea86d-8253-4a54-838b-107bb7945be9.json
|
|
|
|
ingress:
|
|
# SSH Access (requires cloudflared on client)
|
|
- hostname: ssh.mana.how
|
|
service: ssh://localhost:22
|
|
|
|
# Web Services
|
|
- hostname: auth.mana.how
|
|
service: http://localhost:3001
|
|
- hostname: mana.how
|
|
service: http://localhost:5173
|
|
- hostname: chat.mana.how
|
|
service: http://localhost:3000
|
|
- hostname: chat-api.mana.how
|
|
service: http://localhost:3002
|
|
- hostname: todo.mana.how
|
|
service: http://localhost:5188
|
|
- hostname: todo-api.mana.how
|
|
service: http://localhost:3018
|
|
- hostname: calendar.mana.how
|
|
service: http://localhost:5186
|
|
- hostname: calendar-api.mana.how
|
|
service: http://localhost:3016
|
|
- hostname: clock.mana.how
|
|
service: http://localhost:5187
|
|
- hostname: clock-api.mana.how
|
|
service: http://localhost:3017
|
|
- hostname: contacts.mana.how
|
|
service: http://localhost:5184
|
|
- hostname: contacts-api.mana.how
|
|
service: http://localhost:3015
|
|
|
|
# Monitoring & Tools
|
|
- hostname: grafana.mana.how
|
|
service: http://localhost:3100
|
|
- hostname: stats.mana.how
|
|
service: http://localhost:3200
|
|
- hostname: n8n.mana.how
|
|
service: http://localhost:5678
|
|
|
|
# Catch-all
|
|
- service: http_status:404
|