mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 16:29:24 +02:00
fix(cloudflared): comicello.com + www + api.comicello.com Tunnel-Routes
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
Primary-Domain-Cutover 2026-05-20 — Apex zeigte vorher als Namecheap-Parking-A-Record, Tunnel hatte keine Routes für die .com-Domain. CF-DNS auf Verein-Tunnel umgehängt, Routes hier ergänzt. .mana.how-Co-Domain bleibt. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
b43a1eeda9
commit
4f47b1532b
1 changed files with 7 additions and 2 deletions
|
|
@ -384,8 +384,13 @@ ingress:
|
|||
# ~/projects/comicello/ on the Mac Mini.
|
||||
# Ports per mana/docs/PORTS.md: 3109 api / 3110 web. Tier-Gate beta.
|
||||
# Konsumiert mana-llm, mana-image-edits, mana-media, mana-me, mana-credits.
|
||||
# DNS für comicello.com + api.comicello.com kommt sobald Till die
|
||||
# .com-Domain registriert hat — bis dahin nur die .mana.how-Routen.
|
||||
# Primary-Domain: comicello.com (Cutover 2026-05-20). .mana.how bleibt als Co-Domain.
|
||||
- hostname: comicello.com
|
||||
service: http://localhost:3111
|
||||
- hostname: www.comicello.com
|
||||
service: http://localhost:3111
|
||||
- hostname: api.comicello.com
|
||||
service: http://localhost:3109
|
||||
- hostname: comicello.mana.how
|
||||
service: http://localhost:3111
|
||||
- hostname: comicello-api.mana.how
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue