From 0490ec490e67334191d971a02537fb724d6f5c04 Mon Sep 17 00:00:00 2001 From: Till JS Date: Mon, 18 May 2026 14:40:54 +0200 Subject: [PATCH] cloudflared(ingress): moodlit.mana.how + moodlit-api.mana.how Routing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- cloudflared-config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cloudflared-config.yml b/cloudflared-config.yml index a6bb84a89..3e308cf6f 100644 --- a/cloudflared-config.yml +++ b/cloudflared-config.yml @@ -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