mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
infra(tunnel): add zitare.com / zitare.mana.how / zitare-api.mana.how
Three new ingress rules for the Zitare repo (Code/zitare/, separate repo, deployed under ~/projects/zitare-deploy/ on the Mac Mini). Ports follow mana/docs/PORTS.md: 3083 api / 3084 app / 3085 com. zitare.com is a separate Cloudflare zone — the tunnel route for that hostname needs a one-time `cloudflared tunnel route dns 1435166a-0e3f-4222-8de6-744f32cea5c9 zitare.com` to point the CNAME at this tunnel. Same for the two .mana.how subdomains, which sit on the existing mana.how zone. Code-only: no Mac Mini deploy in this commit. The actual reload needs ./scripts/mac-mini/sync-tunnel-config.sh after the matching mana-auth/CORS_ORIGINS + sso-origins changes are committed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8acf35eecf
commit
364f3c2284
1 changed files with 15 additions and 0 deletions
|
|
@ -184,6 +184,21 @@ ingress:
|
||||||
- hostname: memoro-audio.mana.how
|
- hostname: memoro-audio.mana.how
|
||||||
service: http://localhost:3101
|
service: http://localhost:3101
|
||||||
|
|
||||||
|
# ============================================
|
||||||
|
# Zitare (Code/zitare, separate repo)
|
||||||
|
# ~/projects/zitare-deploy/ on the Mac Mini (planned — Phase 1.6).
|
||||||
|
# Ports per mana/docs/PORTS.md: 3083 api / 3084 app / 3085 com.
|
||||||
|
# zitare.com is a separate Cloudflare zone; tunnel route for that
|
||||||
|
# hostname must be added via `cloudflared tunnel route dns
|
||||||
|
# 1435166a-0e3f-4222-8de6-744f32cea5c9 zitare.com` (one-time).
|
||||||
|
# ============================================
|
||||||
|
- hostname: zitare.com
|
||||||
|
service: http://localhost:3085
|
||||||
|
- hostname: zitare.mana.how
|
||||||
|
service: http://localhost:3084
|
||||||
|
- hostname: zitare-api.mana.how
|
||||||
|
service: http://localhost:3083
|
||||||
|
|
||||||
# ============================================
|
# ============================================
|
||||||
# Standalone web apps (separate containers)
|
# Standalone web apps (separate containers)
|
||||||
# ============================================
|
# ============================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue