chore(macmini): Föderations-Backbone + verein.mana.how + Nutriphi/Cardecky einspielen
Some checks are pending
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
Docker Validate / Validate Dockerfiles (push) Waiting to run
Docker Validate / Build calendar-web (push) Blocked by required conditions
Docker Validate / Build quotes-web (push) Blocked by required conditions
Docker Validate / Build todo-backend (push) Blocked by required conditions
Docker Validate / Build todo-web (push) Blocked by required conditions
Docker Validate / Build mana-auth (push) Blocked by required conditions
Docker Validate / Build mana-sync (push) Blocked by required conditions
Docker Validate / Build mana-media (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions

Mac-Mini-Drift in Source-Control bringen — war seit 2026-05-08 live
auf dem Server, aber uncommitted (während des managarten-Renames via
stash gerettet).

Cloudflared-Tunnel:
- verein.mana.how → :3088 (Verein-Landing, live seit 2026-05-09)
- share.mana.how → :3072 (Föderations-Share-Service, Phase F)
- mcp.mana.how → :3069 (MCP-Gateway, exposing tool-registry)
- cardecky-api.mana.how → :3191 (Port-Korrektur, war fälschlich :3072)
- cardecky.mana.how → :5181 (Port-Korrektur, war :5180)
- nutriphi.mana.how → :3087, nutriphi-api.mana.how → :3086

docker-compose.macmini.yml:
- mana-auth CORS_ORIGINS: nutriphi.mana.how + nutriphi-api.mana.how
- Neuer Service mana-share (Build aus ../mana/services/mana-share,
  Föderations-Backbone Phase F, Port 3072, eigene DB-Tabellen in
  mana_platform)
- Neuer Service mana-mcp (Build aus ../mana/services/mana-mcp,
  MCP-Gateway, Port 3069)

Beide Services bauen aus dem mana-platform-Repo (../mana/services/...),
nicht aus managarten — managarten orchestriert nur via Compose.
This commit is contained in:
Till JS 2026-05-09 01:29:03 +02:00
parent 0aec1d43c0
commit 3581ae0f21
2 changed files with 77 additions and 3 deletions

View file

@ -40,6 +40,8 @@ ingress:
# the matching module surface. mana.how itself is the dashboard.
- hostname: mana.how
service: http://localhost:5000
- hostname: verein.mana.how
service: http://localhost:3088
- hostname: chat.mana.how
service: http://localhost:5000
- hostname: todo.mana.how
@ -60,7 +62,7 @@ ingress:
# Was pointed at :5000 (the unified mana-web) until the standalone spinoff
# landed. mana.how/cards still serves the in-mana cards module.
- hostname: cardecky.mana.how
service: http://localhost:5180
service: http://localhost:5181
- hostname: storage.mana.how
service: http://localhost:5000
- hostname: presi.mana.how
@ -150,8 +152,14 @@ ingress:
service: http://localhost:3063
- hostname: events.mana.how
service: http://localhost:3065
- hostname: cardecky-api.mana.how
# Föderations-Backbone (Phase F deployed 2026-05-08)
- hostname: share.mana.how
service: http://localhost:3072
- hostname: mcp.mana.how
service: http://localhost:3069
- hostname: cardecky-api.mana.how
service: http://localhost:3191
- hostname: feedback.mana.how
service: http://localhost:3064
@ -201,6 +209,14 @@ ingress:
- hostname: zitare-api.mana.how
service: http://localhost:3083
# Nutriphi (Code/nutriphi, separate repo)
# ~/projects/nutriphi/ on the Mac Mini.
# Ports per mana/docs/PORTS.md: 3086 api / 3087 web.
- hostname: nutriphi.mana.how
service: http://localhost:3087
- hostname: nutriphi-api.mana.how
service: http://localhost:3086
# ============================================
# Standalone web apps (separate containers)
# ============================================