graph TB Internet["Internet Users"] Nginx["Nginx Reverse Proxy"] Gateway["OpenClaw Gateway"] N8N["n8n Automation"] Conductor["Conductor Dashboard"] FileServer["File Server"] PostgREST["PostgREST API"] PostgreSQL["PostgreSQL"] Ollama["Ollama Local LLM"] Internet -->|HTTPS| Nginx Nginx -->|n8n.nerdbox.com| N8N Nginx -->|openclaw.nerdbox.com| Gateway Nginx -->|conductor.nerdbox.com| Conductor Nginx -->|files.nerdbox.com| FileServer Gateway -->|Queries| PostgREST N8N -->|Queries| PostgREST Conductor -->|Queries| PostgREST PostgREST -->|SQL| PostgreSQL Gateway -->|Inference| Ollama Gateway -->|Writes| FileServer style Internet fill:#1e293b,stroke:#3b82f6 style Nginx fill:#1e293b,stroke:#3b82f6 style Gateway fill:#1e293b,stroke:#10b981 style N8N fill:#1e293b,stroke:#10b981 style Conductor fill:#1e293b,stroke:#10b981 style FileServer fill:#1e293b,stroke:#f59e0b style PostgREST fill:#1e293b,stroke:#3b82f6 style PostgreSQL fill:#1e293b,stroke:#ef4444 style Ollama fill:#1e293b,stroke:#10b981