43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
|
|
# Foodlinkk Command Center
|
||
|
|
|
||
|
|
AI-gedreven platform voor retail intelligence, marketing automatisering, agent orchestratie en IT operations.
|
||
|
|
|
||
|
|
## Stack
|
||
|
|
|
||
|
|
| Service | Poort | Beschrijving |
|
||
|
|
|---------|-------|--------------|
|
||
|
|
| Cockpit | 8600 | Web UI (FastAPI + Jinja) |
|
||
|
|
| Tools API | 8700 | Connectors, retail 360, packaging, ops |
|
||
|
|
| Gitea | 3001 | Git repository |
|
||
|
|
| Email agent | 8801 | IMAP/SMTP sync |
|
||
|
|
| Hermes/Ollama | 10.4.7.19 | LLM + vector store |
|
||
|
|
|
||
|
|
## Snel starten
|
||
|
|
|
||
|
|
```bash
|
||
|
|
cp .env.example .env
|
||
|
|
# Pas wachtwoorden aan
|
||
|
|
|
||
|
|
docker compose up -d
|
||
|
|
./deploy-all.sh # vanaf dev machine naar VM106
|
||
|
|
```
|
||
|
|
|
||
|
|
## Documentatie
|
||
|
|
|
||
|
|
- [Architectuur](docs/ARCHITECTURE.md)
|
||
|
|
- [Deploy](docs/DEPLOY.md)
|
||
|
|
- [Apps & pagina's](docs/APPS.md)
|
||
|
|
- [API](docs/API.md)
|
||
|
|
- [Agents](docs/AGENTS.md)
|
||
|
|
- [CSS thema](docs/CSS-THEME.md)
|
||
|
|
|
||
|
|
## Belangrijkste routes
|
||
|
|
|
||
|
|
- `/` — Herman dashboard
|
||
|
|
- `/marketing?tab=reclame` — Reclame folders (alle ketens)
|
||
|
|
- `/marketing?tab=publish` — Social automatisering
|
||
|
|
- `/settings?tab=social` — Social API keys
|
||
|
|
- `/ops` — IT infrastructure topology
|
||
|
|
- `/packaging` — Verpakkingsontwerp generator
|
||
|
|
- `/agents?tab=mesh` — Agent netwerk
|