Promote NFS export to rw + capture ZimaOS Drives-API finding + mesh reachability
After Files-UI evaluation passed (library renders as folder, thumbnails work), flipped /etc/exports from ro to rw on LXC 102. Tested: write from ZimaOS appears on /mnt/library as www-data:media, confirming the all_squash,anonuid=33,anongid=10000 design works. Documented two architectural findings discovered this session: - ZimaOS Drives panel sources from GET /v2/local_storage/storages (read-only API). Network shares cannot become Drives — Files-as-folder is supported. - Mesh peers reach ZimaOS via hubris's existing 192.168.8.0/24 netbird subnet advertisement; no new infra needed, just DNS (Management nameserver group for hubris.network or per-device /etc/hosts override).
This commit is contained in:
@@ -10,6 +10,7 @@ Living documentation for the **hubris** Proxmox homelab. Every node, every cross
|
||||
- [`hubris`](hosts/hubris.md) — single Proxmox VE node, GMKtec NucBox M6 Ultra, `192.168.8.77`
|
||||
|
||||
### VMs
|
||||
- [100 — `zimaos`](vms/100-zimaos.md) — ZimaOS 1.6.1, NAS frontend (evaluation)
|
||||
- [108 — `haos-16.3`](vms/108-haos.md) — Home Assistant OS
|
||||
|
||||
### LXC containers
|
||||
@@ -18,6 +19,7 @@ See the full table in [`containers/index.md`](containers/index.md). Quick links:
|
||||
| ID | Name | IP | Role |
|
||||
| --- | ---------------- | --------------- | --------------------------------------------- |
|
||||
| 101 | [jellyfin](containers/101-jellyfin.md) | 192.168.8.206 | Media server |
|
||||
| 102 | [nfs-export](containers/102-nfs-export.md) | 192.168.8.200 | NFSv4 re-export of /mnt/library for ZimaOS |
|
||||
| 103 | [paperless](containers/103-paperless.md) | 192.168.8.130 | Document mgmt |
|
||||
| 104 | [gitea](containers/104-gitea.md) | 192.168.8.121 | Git server |
|
||||
| 105 | [apps](containers/105-apps.md) | 192.168.8.205 | Docker host (Artifacto / Booklore / PlantUML / Portainer / WriteFreely) |
|
||||
|
||||
Reference in New Issue
Block a user