cloudflared(ingress): moodlit.mana.how + moodlit-api.mana.how Routing

Mein vorheriges live-Edit am 2026-05-18 12:01 hat den moodlit-Block
direkt auf dem mana-server eingefügt, aber nicht im Git committet.
Beim Comicello-Deploy um 14:14 wurde die Server-Datei dann aus
einem älteren Git-State regeneriert → moodlit-Block weg, alter
`moodlit.mana.how → :5000`-Unified-App-Stub wieder aktiv → live
zeigte fälschlich die Unified-App.

Jetzt im Repo verankert (nach Comicello-Block, vor catch-all):
- moodlit.mana.how → :3106 (web)
- moodlit-api.mana.how → :3105 (api)

Plus: alter Stub `moodlit.mana.how → :5000` im unified-Block entfernt
(war fälschlich noch in Z. 129 — ingress-Reihenfolge zählt, hätte
den neuen Block weiter unten überrannt).

Live verifiziert: HTML zeigt `data-theme=\"twilight\"`, gelieferter
0.*.css enthält @keyframes sunrise / sunset / sparkle (eigene
Brightness-Animationen statt gradient-shift-Fallback) und
requestFullscreen ist im ausgelieferten Chunk.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-18 14:40:54 +02:00
parent 9a6e51b7a3
commit 0490ec490e

View file

@ -126,8 +126,6 @@ ingress:
service: http://localhost:5000
- hostname: questions.mana.how
service: http://localhost:5000
- hostname: moodlit.mana.how
service: http://localhost:5000
# ============================================
# Auth (Split: Portal-UI :3042, API :3001)
@ -393,4 +391,12 @@ ingress:
- hostname: comicello-api.mana.how
service: http://localhost:3109
# Moodlit — Ambient-Lighting + Mood-App (Code/moodlit/).
# ~/projects/moodlit/ auf dem Mac Mini. Ports 3105 api / 3106 web
# (PORTS.md, manacore-monorepo-Netz). Live ab 2026-05-18.
- hostname: moodlit.mana.how
service: http://localhost:3106
- hostname: moodlit-api.mana.how
service: http://localhost:3105
- service: http_status:404