mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 15:41:09 +02:00
cloudflared: add manaspur.mana.how + manaspur-api.mana.how ingress
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
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
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
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
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
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
Manaspur (GPS-Tracking) Phase 8 cutover 2026-05-13. Ports per mana/docs/PORTS.md: 3193 api / 5183 web. Web container kommt mit Phase 6 — Hostname ist DNS-only vorgemerkt, 502 bis dahin. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cec84c2a9d
commit
b223247256
1 changed files with 10 additions and 0 deletions
|
|
@ -256,6 +256,16 @@ ingress:
|
|||
- hostname: manawald.mana.how
|
||||
service: http://localhost:3090
|
||||
|
||||
# Manaspur (GPS-Tracking) — Code/manaspur + Code/manaspur-native.
|
||||
# ~/projects/manaspur/ on the Mac Mini. Port 3193 api / 5183 web.
|
||||
# Phase 8 Cutover 2026-05-13. Web kommt mit Phase 6 — Hostname
|
||||
# ist DNS-only vorgemerkt, der Service liefert vorerst 502 (das
|
||||
# ist okay, niemand zeigt drauf).
|
||||
- hostname: manaspur.mana.how
|
||||
service: http://localhost:5183
|
||||
- hostname: manaspur-api.mana.how
|
||||
service: http://localhost:3193
|
||||
|
||||
# ============================================
|
||||
# Standalone web apps (separate containers)
|
||||
# ============================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue