diff --git a/CI_CD_README.md b/CI_CD_README.md index b7b446ee3..6ab521793 100644 --- a/CI_CD_README.md +++ b/CI_CD_README.md @@ -377,7 +377,7 @@ The pipeline handles deployment for: ```bash # SSH to server -ssh deploy@api.manacore.app +ssh deploy@api.mana.how cd ~/manacore-production # Find backup diff --git a/CLAUDE.md b/CLAUDE.md index b7557c442..76b1b170a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -666,7 +666,7 @@ pnpm cf:projects:list ```bash # Add custom domain to a project -npx wrangler pages project add-domain chat-landing chat.manacore.app +npx wrangler pages project add-domain chat-landing chat.mana.how ``` ## Server Access diff --git a/HIVE_MIND_FINAL_REPORT.md b/HIVE_MIND_FINAL_REPORT.md index 7657122bb..337ab17d7 100644 --- a/HIVE_MIND_FINAL_REPORT.md +++ b/HIVE_MIND_FINAL_REPORT.md @@ -71,7 +71,7 @@ The Hive Mind collective has successfully analyzed, designed, and implemented a **Architecture Highlights**: - **Environment Stages**: Development (local) → Staging (Coolify) → Production (Coolify/K8s) -- **Domain Strategy**: `{service}.manacore.app` (e.g., `api-chat.manacore.app`) +- **Domain Strategy**: `{service}.mana.how` (e.g., `api-chat.mana.how`) - **Disaster Recovery**: RTO < 1 hour, RPO < 24 hours, automated daily backups - **Resource Requirements**: 15 vCPU, 15 GB RAM, 100 GB SSD (~$150-300/month single-server) diff --git a/apps/calendar/CLAUDE.md b/apps/calendar/CLAUDE.md index c6320545b..187b3bcb1 100644 --- a/apps/calendar/CLAUDE.md +++ b/apps/calendar/CLAUDE.md @@ -412,7 +412,7 @@ CORS_ORIGINS=http://localhost:5173,http://localhost:5179,http://localhost:8081 # Notifications (optional) EXPO_ACCESS_TOKEN=your-expo-access-token RESEND_API_KEY=your-resend-api-key -EMAIL_FROM=calendar@manacore.app +EMAIL_FROM=calendar@mana.how ``` ### Web (.env) diff --git a/apps/calendar/apps/backend/src/sync/ical.service.ts b/apps/calendar/apps/backend/src/sync/ical.service.ts index 20570a6a7..ae869e4fd 100644 --- a/apps/calendar/apps/backend/src/sync/ical.service.ts +++ b/apps/calendar/apps/backend/src/sync/ical.service.ts @@ -195,7 +195,7 @@ export class ICalService { const vevent = new ICAL.Component('vevent'); // Required properties - vevent.addPropertyWithValue('uid', `${event.id}@manacore.app`); + vevent.addPropertyWithValue('uid', `${event.id}@mana.how`); vevent.addPropertyWithValue('summary', event.title); // Timestamps diff --git a/apps/calendar/apps/landing/src/components/Footer.astro b/apps/calendar/apps/landing/src/components/Footer.astro index 486ce44d4..417c8da15 100644 --- a/apps/calendar/apps/landing/src/components/Footer.astro +++ b/apps/calendar/apps/landing/src/components/Footer.astro @@ -102,7 +102,7 @@ const links = { © {currentYear} Kalender. Alle Rechte vorbehalten.
- Ein Manacore Produkt + Ein Manacore Produkt
diff --git a/apps/chat/apps/landing/astro.config.mjs b/apps/chat/apps/landing/astro.config.mjs index 689f23fdb..e0ecde961 100644 --- a/apps/chat/apps/landing/astro.config.mjs +++ b/apps/chat/apps/landing/astro.config.mjs @@ -3,9 +3,6 @@ import tailwind from '@astrojs/tailwind'; import sitemap from '@astrojs/sitemap'; export default defineConfig({ - site: 'https://chat.manacore.app', - integrations: [ - tailwind(), - sitemap() - ] + site: 'https://chat.mana.how', + integrations: [tailwind(), sitemap()], }); diff --git a/apps/contacts/apps/web/src/lib/content/help/index.ts b/apps/contacts/apps/web/src/lib/content/help/index.ts index d1d759860..392c2761b 100644 --- a/apps/contacts/apps/web/src/lib/content/help/index.ts +++ b/apps/contacts/apps/web/src/lib/content/help/index.ts @@ -167,7 +167,7 @@ export const centralHelpContent: HelpContent = { `, language: 'en', order: 1, - supportEmail: 'support@manacore.app', + supportEmail: 'support@mana.how', responseTime: 'Usually within 24 hours', }, }; diff --git a/apps/contacts/apps/web/src/routes/(app)/help/+page.svelte b/apps/contacts/apps/web/src/routes/(app)/help/+page.svelte index 82aa1c5e5..2dc853a7c 100644 --- a/apps/contacts/apps/web/src/routes/(app)/help/+page.svelte +++ b/apps/contacts/apps/web/src/routes/(app)/help/+page.svelte @@ -435,7 +435,7 @@support@manacore.app
+support@mana.how