managarten/cloudflared-config.yml
Till JS af33b1cead fix(cloudflared): sync config with actual container ports and add missing apps
- Fix ports: zitare 5018→5026, mukke 5180→5024, calc 5026→5031, element 4080→4010, playground 5090→5050
- Add missing routes: citycorners, inventar, times, uload, arcade, status, whopxl
- Comment out planta (container not deployed) and manavoxel (no port expose)
- Remove duplicate citycorners from landing pages block
- Reorder and document all services consistently

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 18:40:26 +02:00

206 lines
5.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
# ManaCore Dashboard (Main)
- hostname: mana.how
service: http://localhost:5000
# Auth Service
- hostname: auth.mana.how
service: http://localhost:3001
# API Gateway (Go)
- hostname: api.mana.how
service: http://localhost:3016
# Forgejo (Git + CI/CD)
- hostname: git.mana.how
service: http://localhost:3041
# Chat App
- hostname: chat.mana.how
service: http://localhost:5010
- hostname: chat-api.mana.how
service: http://localhost:3030
# Todo App
- hostname: todo.mana.how
service: http://localhost:5011
- hostname: todo-api.mana.how
service: http://localhost:3031
# Calendar App
- hostname: calendar.mana.how
service: http://localhost:5012
- hostname: calendar-api.mana.how
service: http://localhost:3032
# Clock App
- hostname: clock.mana.how
service: http://localhost:5013
- hostname: clock-api.mana.how
service: http://localhost:3033
- hostname: clock-bot.mana.how
service: http://localhost:4018
# Contacts App
- hostname: contacts.mana.how
service: http://localhost:5014
- hostname: contacts-api.mana.how
service: http://localhost:3034
# Zitare App
- hostname: zitare.mana.how
service: http://localhost:5026
- hostname: zitare-api.mana.how
service: http://localhost:3007
# SkillTree App
- hostname: skilltree.mana.how
service: http://localhost:5020
- hostname: skilltree-api.mana.how
service: http://localhost:3038
# Planta App (nicht aktiv deployt — Container fehlt noch)
# - hostname: planta.mana.how
# service: http://localhost:XXXX
# ManaDeck App
- hostname: manadeck.mana.how
service: http://localhost:5023
- hostname: manadeck-api.mana.how
service: http://localhost:3009
# Storage App
- hostname: storage.mana.how
service: http://localhost:5015
- hostname: storage-api.mana.how
service: http://localhost:3035
# Presi App
- hostname: presi.mana.how
service: http://localhost:5016
- hostname: presi-api.mana.how
service: http://localhost:3036
# NutriPhi App
- hostname: nutriphi.mana.how
service: http://localhost:5017
- hostname: nutriphi-api.mana.how
service: http://localhost:3037
# Photos App
- hostname: photos.mana.how
service: http://localhost:5019
- hostname: photos-api.mana.how
service: http://localhost:3039
# Mukke App
- hostname: mukke.mana.how
service: http://localhost:5024
- hostname: mukke-api.mana.how
service: http://localhost:3010
# Picture App
- hostname: picture.mana.how
service: http://localhost:5021
- hostname: picture-api.mana.how
service: http://localhost:3040
# Calc App
- hostname: calc.mana.how
service: http://localhost:5031
# CityCorners App
- hostname: citycorners.mana.how
service: http://localhost:5022
# Inventar App
- hostname: inventar.mana.how
service: http://localhost:5025
# Times App
- hostname: times.mana.how
service: http://localhost:5027
# ULoad App
- hostname: uload.mana.how
service: http://localhost:5029
# LLM Playground
- hostname: playground.mana.how
service: http://localhost:5050
# ManaVoxel App (Port TBD — Container läuft noch ohne Portexpose)
# - hostname: manavoxel.mana.how
# service: http://localhost:5028
# AI Voice Services (local STT/TTS, läuft über mana-service-llm)
- hostname: stt-api.mana.how
service: http://localhost:3020
- hostname: tts-api.mana.how
service: http://localhost:3022
# Games
- hostname: whopxl.mana.how
service: http://localhost:5100
- hostname: arcade.mana.how
service: http://localhost:5210
# Public Status Page (generated every 60s by mana-status-gen container)
- hostname: status.mana.how
service: http://localhost:4400
# Monitoring & Tools
- hostname: grafana.mana.how
service: http://localhost:8000
- hostname: stats.mana.how
service: http://localhost:8010
# Matrix (DSGVO-konformes Messaging)
- hostname: matrix.mana.how
service: http://localhost:4000
- hostname: element.mana.how
service: http://localhost:4010
- hostname: link.mana.how
service: http://localhost:4090
# GlitchTip Error Tracking
- hostname: glitchtip.mana.how
service: http://localhost:8020
# Self-Hosted Landing Pages (via Nginx on port 4400)
- hostname: it.mana.how
service: http://localhost:4400
- hostname: chats.mana.how
service: http://localhost:4400
- hostname: pics.mana.how
service: http://localhost:4400
- hostname: zitares.mana.how
service: http://localhost:4400
- hostname: presis.mana.how
service: http://localhost:4400
- hostname: clocks.mana.how
service: http://localhost:4400
- hostname: docs.mana.how
service: http://localhost:4400
# GPU Server (Windows PC, LAN: 192.168.178.11)
- hostname: gpu-llm.mana.how
service: http://192.168.178.11:3025
- hostname: gpu-stt.mana.how
service: http://192.168.178.11:3020
- hostname: gpu-tts.mana.how
service: http://192.168.178.11:3022
- hostname: gpu-img.mana.how
service: http://192.168.178.11:3023
- hostname: gpu-ollama.mana.how
service: http://192.168.178.11:11434
# Catch-all
- service: http_status:404