Initial documentation structure

This commit is contained in:
2026-07-02 02:09:50 +00:00
parent ed4cb07258
commit a4a9b3a506
3 changed files with 51 additions and 2 deletions
+27
View File
@@ -0,0 +1,27 @@
# APEX OS Architecture
Last Updated: 2026-07-02
## Overview
APEX OS is a self-hosted AI operating system running on Docker.
## Components
- **Infrastructure**: Docker, Traefik, PostgreSQL, Redis
- **AI Platform**: LiteLLM, Ollama, OpenRouter, Open WebUI
- **Development**: Gitea, Code-Server, n8n, Dockge
- **Monitoring**: Grafana, Prometheus, Loki
- **Security**: Vaultwarden, Docker Socket Proxy
## Network
All services on apex_apex-net bridge network.
Public access via Traefik reverse proxy with Let's Encrypt SSL.
## Data Flow
```
User -> Traefik (SSL/Routing) -> Service Container -> PostgreSQL/Redis
```
## Service Dependencies
- All services depend on Docker and Traefik
- AI services depend on LiteLLM as gateway
- Monitoring depends on Prometheus for metrics collection