Almacenamiento
Rutas principales en host
/home/mjmoreno/
├── Jellyfin/
│ ├── media/ # 400 GB — biblioteca Jellyfin
│ │ └── downloads/ # 200 GB — descargas torrent
│ ├── config/ # config Jellyfin
│ └── immich/
│ └── data/ # 200 GB — fotos Immich
└── Documentos/DEIBUZZ/
├── authentik/ # postgres + media Authentik
├── certs/
│ ├── ca/ # CA local (instalar en dispositivos)
│ └── wildcard/ # cert wildcard *.deibuzz.es
├── docs/ # esta documentación + MkDocs
├── landing/ # index.html landing page
├── openbao/ # datos OpenBao + init-keys.txt
├── stalwart/ # datos Stalwart (RocksDB) + manifests
├── torrent/ # config qBittorrent + Filebrowser
└── wiki/ # datos Wiki.js postgres
PVCs activos
| Namespace | PVC | Tamaño | Backend |
|---|---|---|---|
media |
jellyfin-media | 400 Gi | hostPath |
torrent |
torrent-downloads-pvc | 200 Gi | hostPath |
photos |
immich-data | 200 Gi | hostPath |
media |
jellyfin-cache | 20 Gi | PVC |
media |
jellyfin-config | 10 Gi | hostPath |
auth |
authentik-postgres-pvc | 10 Gi | hostPath |
photos |
immich-postgres | 10 Gi | PVC |
photos |
immich-model-cache | 10 Gi | PVC |
mail |
stalwart-data-pvc | 10 Gi | hostPath |
auth |
authentik-media-pvc | 5 Gi | hostPath |
vault |
openbao-pvc | 5 Gi | hostPath |
torrent |
torrent-config-pvc | 1 Gi | hostPath |
torrent |
filebrowser-config-pvc | 100 Mi | hostPath |
Total reservado: ~893 Gi · Disco disponible: ~624 Gi libres en /home
Cuota de disco
El disco tiene ~624 GB libres pero los PVCs reservan 893 Gi en total. La mayoría del espacio real lo ocupan media e immich (hostPath real). Los PVCs de base de datos son pequeños.