Family Dashboard — OS Familial

Dashboard familial + memory service. family.fenohery.space + memory.fenohery.space.

# Family Dashboard — OS Familial ## Overview Dashboard familial personnel. Frontend statique + backend Python. Deux sous-domaines exposés via nginx. ## Services | Service | URL | Port | Stack | |---------|-----|------|-------| | Family Dashboard | `family.fenohery.space` | static | Frontend dist (served by nginx) | | Memory Service | `memory.fenohery.space` | 127.0.0.1:3113 | Python backend | | Family Backend | (internal) | 127.0.0.1:9191 | Python (pid 1119736) | ## Structure ``` /root/workspace/family-dashboard/ ├── frontend/ # Dashboard statique → dist/ ├── backend/ # API Python └── data/ # Données familiales ``` ## Nginx - `family.fenohery.space` → root `/root/workspace/family-dashboard/frontend/dist` - `memory.fenohery.space` → proxy `127.0.0.1:9192` # Citations [1] Vérifié via `nginx -T` et `ss -tlnp` (2026-06-16).