managarten/cloudflared-config.yml
Till-JS 06c85ec6c0 🔧 fix: type errors in element.mana.how, mana-media, @todo/web, @calendar/web
- cloudflared: Fix element.mana.how port (8087 → 4080)
- cloudflared: Add missing link.mana.how entry
- mana-media: Fix type-check to run tsc directly on subpackages
- @todo/web: Fix TodoAppSettings to extend Record<string, unknown>
- @todo/web: Add optional chaining for toolbarCollapsedStore
- @calendar/web: Fix CalendarAppSettings to extend Record<string, unknown>
- @calendar/web: Add optional chaining for toolbarCollapsedStore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 04:56:29 +01:00

64 lines
1.9 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
- hostname: nutriphi.mana.how
service: http://localhost:5189
- hostname: nutriphi-api.mana.how
service: http://localhost:3023
# LLM Services
- hostname: playground.mana.how
service: http://localhost:5190
- hostname: llm.mana.how
service: http://localhost:3025
# Monitoring & Tools
- hostname: grafana.mana.how
service: http://localhost:3100
- hostname: stats.mana.how
service: http://localhost:3200
- hostname: pushgateway.mana.how
service: http://localhost:9091
- hostname: n8n.mana.how
service: http://localhost:5678
# Matrix (DSGVO-konformes Messaging)
- hostname: matrix.mana.how
service: http://localhost:8008
- hostname: element.mana.how
service: http://localhost:4080
- hostname: link.mana.how
service: http://localhost:4090
# Catch-all
- service: http_status:404