mermaid
graph TD
User((Nutzer)) -->|Anfrage| Proxy[Nginx Reverse Proxy]
subgraph "Linux Server (85.215.225.172)"
Proxy -->|wikijs.99flow.de| Wiki[Wiki.js - Dokumentation]
Proxy -->|n8n.99flow.de| N8N[n8n - Automatisierung]
Proxy -->|99flow.de| WP[WordPress - Webseite]
end
subgraph "Externe Dienste"
N8N <-->|API| Google[Google Tools / Sheets]
N8N -.->|Notification| WA[WhatsApp / Telegram]
end
%% Styling
style Proxy fill:#333,stroke:#333,color:#fff
style Wiki fill:#6366f1,stroke:#6366f1,color:#fff
style N8N fill:#ff6d5a,stroke:#ff6d5a,color:#fff
style WP fill:#21759b,stroke:#21759b,color:#fff
style Google fill:#4285F4,stroke:#4285F4,color:#fff