# 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).
Family Dashboard — OS Familial
Dashboard familial + memory service. family.fenohery.space + memory.fenohery.space.