fix: replace all manacore.app URLs with mana.how

The production domain is mana.how, not manacore.app. Updated all
references across shared-branding APP_URLS, app configs, landing pages,
docs, help content, calendar iCal UIDs, and deploy scripts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-22 18:40:37 +01:00
parent 2d7ca7e387
commit 2c26fce736
34 changed files with 100 additions and 103 deletions

View file

@ -245,7 +245,7 @@ EAS Build für die Traces App konfiguriert, inkl. TestFlight Distribution.
"submit": {
"production": {
"ios": {
"appleId": "till@manacore.app",
"appleId": "till@mana.how",
"ascAppId": "traces-app-id"
}
}

View file

@ -214,8 +214,8 @@ Die `PUBLIC_TODO_BACKEND_URL` fehlte in der Production-Konfiguration der Contact
```diff
# .env.production
PUBLIC_CONTACTS_BACKEND_URL=https://contacts-api.manacore.app
+ PUBLIC_TODO_BACKEND_URL=https://todo-api.manacore.app
PUBLIC_CONTACTS_BACKEND_URL=https://contacts-api.mana.how
+ PUBLIC_TODO_BACKEND_URL=https://todo-api.mana.how
```
---

View file

@ -105,7 +105,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://chat.manacore.app',
website: 'https://chat.mana.how',
},
picture: {
@ -143,7 +143,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://picture.manacore.app',
website: 'https://picture.mana.how',
},
presi: {
@ -181,7 +181,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://presi.manacore.app',
website: 'https://presi.mana.how',
},
mail: {
@ -220,7 +220,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://mail.manacore.app',
website: 'https://mail.mana.how',
},
// ============================================
@ -261,7 +261,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://manadeck.manacore.app',
website: 'https://manadeck.mana.how',
},
todo: {
@ -299,7 +299,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://todo.manacore.app',
website: 'https://todo.mana.how',
},
calendar: {
@ -338,7 +338,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://calendar.manacore.app',
website: 'https://calendar.mana.how',
},
contacts: {
@ -376,7 +376,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://contacts.manacore.app',
website: 'https://contacts.mana.how',
},
finance: {
@ -415,7 +415,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://finance.manacore.app',
website: 'https://finance.mana.how',
},
// ============================================
@ -456,7 +456,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://clock.manacore.app',
website: 'https://clock.mana.how',
},
zitare: {
@ -494,7 +494,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://zitare.manacore.app',
website: 'https://zitare.mana.how',
},
storage: {
@ -532,7 +532,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://storage.manacore.app',
website: 'https://storage.mana.how',
},
moodlit: {
@ -571,7 +571,7 @@ export const appConfigs: Record<string, AppConfig> = {
},
],
dashboardRoute: '/dashboard',
website: 'https://moodlit.manacore.app',
website: 'https://moodlit.mana.how',
},
};