mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 00:41:26 +02:00
feat(cloudflared): cardecky.mana.how → wordeck.com 301-Cutover
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
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
Mirror to Forgejo / Push to Forgejo (push) Waiting to run
cardecky.mana.how routet jetzt zu mana-infra-landings:4400 (nginx 301-Redirect) statt direkt zu cards-web:5181. Damit greift der landings.conf-Block, der auf wordeck.com weiterleitet — alte Browser-Bookmarks und Deep-Links landen automatisch auf der neuen Domain. cardecky-api.mana.how bleibt direkt zu cards-api:3191 — cards-native v0.9.4 (TestFlight) nutzt das als Backend. Universal-Links der alten App (AASA `applinks:cardecky.mana.how`) brechen mit dem Cutover bewusst — Wordeck-Native v1 wird stattdessen `applinks:wordeck.com` deklarieren. Smoke-Tests grün: cardecky.mana.how/d/<slug> → wordeck.com/d/<slug>. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5c04b1d858
commit
a7aed2ce72
1 changed files with 5 additions and 1 deletions
|
|
@ -89,8 +89,12 @@ ingress:
|
|||
# cardecky.mana.how → standalone Cardecky SvelteKit container (apps/cards/apps/web).
|
||||
# Was pointed at :5000 (the unified mana-web) until the standalone spinoff
|
||||
# landed. mana.how/cards still serves the in-mana cards module.
|
||||
# cardecky.mana.how — Cutover 2026-05-17: 301-Redirect zu wordeck.com
|
||||
# (via nginx mana-infra-landings :4400). Alte Bookmarks + Browser-Links
|
||||
# leiten weiter. cards-native v0.9.4 nutzt nur cardecky-api.mana.how
|
||||
# (bleibt direkt) — Universal-Links der alten App brechen bewusst.
|
||||
- hostname: cardecky.mana.how
|
||||
service: http://localhost:5181
|
||||
service: http://localhost:4400
|
||||
# wordeck.com — Cards-Rebrand (siehe mana/docs/playbooks/WORDECK_REBRAND.md, 2026-05-17).
|
||||
# Zeigt auf denselben cards-web-Container wie cardecky.mana.how (port 5181).
|
||||
- hostname: wordeck.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue