Current inventory
Verified storage, Docker, host-service, and network snapshot.
Storage boundary
| Device | Mount | State | Capacity snapshot |
|---|---|---|---|
Intel NVMe SSD (/dev/nvme0n1p2) | / | In scope | 233G total, 123G used, 99G free, 56% |
WDC HDD (/dev/sda1) | /mnt/BackupDrive | Protected | 932G total, 108G used, 825G free, 12% |
The YouTube backend has a bind mount to /mnt/BackupDrive/Media/Audio. Treat that path as data-only. Do not run rm, mv, rsync --delete, Docker volume pruning, or broad filesystem cleanup against it.
Docker state
Compose projects reported as running:
| Project | Compose file | Observed state |
|---|---|---|
cliproxyapi-dashboard | /home/yvm/codes/cliproxyapi-dashboard/docker-compose.local.yml + docker-compose.lan.yml | 4 containers running |
beszel | /home/yvm/beszel/docker-compose.yml | Agent running; server container also running |
yt-yvmx | /home/yvm/yt-yvmx/docker-compose.yml | Backend healthy; frontend is only created |
yvmx-homepage | /home/yvm/cc/yvmx-homepage/compose.yaml | Running |
dograh | /home/yvm/dograh/docker-compose.yaml | Only tunnel container running; application containers are exited |
The host also has stopped containers from older or alternate stacks, including Immich, Glance, Plex, Pyload, APK Threat Detection, and HOLEN production. They were not removed.
Host services
The machine is also running Docker/containerd, Nginx, MySQL, Samba (smbd/nmbd), Tailscale, Cloudflare tunnel units, Prometheus node exporter, SMART monitoring, SSH, and desktop/remote-access services including GDM, GNOME remote desktop, and xrdp.
Published ports observed
| Port | Binding | Observed role |
|---|---|---|
22/tcp | all interfaces | SSH |
139/tcp, 445/tcp | all interfaces | Samba |
2000/tcp | all interfaces | Cloudflare tunnel metrics |
3001/tcp | all interfaces | CLIProxyAPI dashboard |
8317/tcp | all interfaces | CLIProxyAPI API |
8090/tcp | loopback | Beszel |
8787/tcp | loopback | YVMX homepage |
9100/tcp | all interfaces | Prometheus node exporter |
The 0.0.0.0 bindings for 2000, 3001, and 8317 are review items. Keep them public only if LAN access is intentional and the firewall covers them.