kenso war das

This commit is contained in:
2026-02-03 23:27:25 +01:00
parent 6bf3c603d8
commit ef2faa21fd
73 changed files with 8416 additions and 257 deletions

View File

@@ -1,6 +1,6 @@
# EmailSorter - Einrichtungsanleitung
# MailFlow - Einrichtungsanleitung
Diese Anleitung führt dich durch die komplette Einrichtung von EmailSorter.
Diese Anleitung führt dich durch die komplette Einrichtung von MailFlow.
---
@@ -31,13 +31,13 @@ Diese Anleitung führt dich durch die komplette Einrichtung von EmailSorter.
1. Gehe zu [cloud.appwrite.io](https://cloud.appwrite.io)
2. Erstelle einen kostenlosen Account
3. Erstelle ein neues Projekt (z.B. "EmailSorter")
3. Erstelle ein neues Projekt (z.B. "MailFlow")
### 1.2 API Key erstellen
1. Gehe zu **Settings****API Credentials**
2. Klicke auf **Create API Key**
3. Name: `EmailSorter Backend`
3. Name: `MailFlow Backend`
4. Wähle **alle Berechtigungen** aus (Full Access)
5. Kopiere den API Key
@@ -45,7 +45,7 @@ Diese Anleitung führt dich durch die komplette Einrichtung von EmailSorter.
1. Gehe zu **Databases**
2. Klicke auf **Create Database**
3. Name: `email_sorter_db`
3. Name: `mailflow_db`
4. Kopiere die **Database ID**
### 1.4 Bootstrap ausführen
@@ -73,7 +73,7 @@ Dies erstellt automatisch alle benötigten Collections:
APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1
APPWRITE_PROJECT_ID=deine_projekt_id
APPWRITE_API_KEY=dein_api_key
APPWRITE_DATABASE_ID=email_sorter_db
APPWRITE_DATABASE_ID=mailflow_db
```
```env
@@ -102,17 +102,17 @@ VITE_APPWRITE_PROJECT_ID=deine_projekt_id
Gehe zu **Products****Add product**:
#### Basic Plan
- Name: `EmailSorter Basic`
- Name: `MailFlow Basic`
- Preis: `9.00 EUR` / Monat
- Kopiere die **Price ID** (beginnt mit `price_`)
#### Pro Plan
- Name: `EmailSorter Pro`
- Name: `MailFlow Pro`
- Preis: `19.00 EUR` / Monat
- Kopiere die **Price ID**
#### Business Plan
- Name: `EmailSorter Business`
- Name: `MailFlow Business`
- Preis: `49.00 EUR` / Monat
- Kopiere die **Price ID**
@@ -175,7 +175,7 @@ STRIPE_PRICE_BUSINESS=price_...
1. Gehe zu **APIs & Services****OAuth consent screen**
2. Wähle **External**
3. Fülle aus:
- App name: `EmailSorter`
- App name: `MailFlow`
- User support email: Deine E-Mail
- Developer contact: Deine E-Mail
4. **Scopes** hinzufügen:
@@ -189,7 +189,7 @@ STRIPE_PRICE_BUSINESS=price_...
1. Gehe zu **APIs & Services****Credentials**
2. Klicke auf **Create Credentials****OAuth client ID**
3. Typ: **Web application**
4. Name: `EmailSorter Web`
4. Name: `MailFlow Web`
5. **Authorized redirect URIs**:
- `http://localhost:3000/api/oauth/gmail/callback` (Entwicklung)
- `https://deine-domain.de/api/oauth/gmail/callback` (Produktion)