2026-06-09 00:41:27 +00:00
|
|
|
|
# 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
|
|
|
|
|
|
|
2026-06-09 10:41:13 +00:00
|
|
|
|
- **[Platform A–Z](docs/PLATFORM-AZ.md)** — volledige referentie (start hier)
|
|
|
|
|
|
- **[Context voor Cursor](docs/CONTEXT.md)** — korte import op andere laptop
|
2026-06-09 00:41:27 +00:00
|
|
|
|
- [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)
|
|
|
|
|
|
|
2026-06-09 10:41:13 +00:00
|
|
|
|
## Gitea & SysOps
|
|
|
|
|
|
|
|
|
|
|
|
- Repository: http://10.4.7.18:3001/aissa/foodlinkk-command-center
|
|
|
|
|
|
- **SysOps** pusht bij elke `deploy-all.sh` de volledige codebase naar `main`
|
|
|
|
|
|
- SysOps-verslag: IT Ops tab + Herman dagbriefing
|
|
|
|
|
|
|
2026-06-09 00:41:27 +00:00
|
|
|
|
## 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
|