mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 16:29:24 +02:00
fix(cloudflared): sync2.mana.how + herbatrium.mana.how + -api.mana.how Routes
Drei Hostnames waren NIE im aktiven cloudflared-config eingetragen,
obwohl die DNS-CNAMEs angelegt waren:
- sync2.mana.how → mana-sync-v2 (Event-Sourcing-Platform, alle 9
Verein-Apps; ohne diesen Route konnten Browser-Clients keine
Events emittieren)
- herbatrium.mana.how / -api.mana.how (Live-Status in Memory war
falsch, Smokes nur gegen localhost grün)
Manueller Insert via sed am 2026-05-19 ist beim nächsten managarten-
git-pull verloren gegangen, jetzt sauber im Repo persistiert.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6a03eb00d2
commit
b43a1eeda9
1 changed files with 16 additions and 0 deletions
|
|
@ -399,4 +399,20 @@ ingress:
|
|||
- hostname: moodlit-api.mana.how
|
||||
service: http://localhost:3105
|
||||
|
||||
# Herbatrium — Citizen-Science-Pflanzenbeobachtungen (Code/herbatrium/).
|
||||
# Host-Ports 3103+3104 (statt 3101+3102) wegen memoro-audio-Konflikt
|
||||
# auf 3101. Service-interne Ports bleiben 3101+3000 per PORTS.md.
|
||||
- hostname: herbatrium.mana.how
|
||||
service: http://localhost:3104
|
||||
- hostname: herbatrium-api.mana.how
|
||||
service: http://localhost:3103
|
||||
|
||||
# mana-sync-v2 — Event-Sourcing-Platform (mana/services/mana-sync/).
|
||||
# Container `mana-sync-v2` (Host-Port 3055 → Service 3050). SOT für
|
||||
# alle 9 Verein-Apps (Stand 2026-05-19, manaclick + nutriphi/moodlit/
|
||||
# pageta/herbatrium/werdrobe/comicello/uload/mukke). Co-Existenz mit
|
||||
# Legacy `mana-core-sync` auf sync.mana.how bis Legacy-Removal.
|
||||
- hostname: sync2.mana.how
|
||||
service: http://localhost:3055
|
||||
|
||||
- service: http_status:404
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue