51 lines
1.5 KiB
Markdown
51 lines
1.5 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
|
||
|
||
- **[Platform A–Z](docs/PLATFORM-AZ.md)** — volledige referentie (start hier)
|
||
- **[Context voor Cursor](docs/CONTEXT.md)** — korte import op andere laptop
|
||
- [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)
|
||
|
||
## 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
|
||
|
||
## 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
|