Fix infrastructure section: TrueNAS is physical machine, PBS is a VM

This commit is contained in:
2026-05-11 12:34:58 +00:00
parent 2e93a9c211
commit 8b32c69801
+3 -4
View File
@@ -34,10 +34,8 @@ All inbound HTTPS traffic hits the **MikroTik** WAN interface, which port-forwar
| Item | Value |
|---|---|
| Host | `192.168.88.25` |
| Proxmox Backup Server (PBS) | `192.168.88.60` |
| TrueNAS (NAS / NFS storage) | `192.168.88.24` |
Proxmox runs all the VMs listed below. PBS provides nightly VM backups. TrueNAS provides NFS storage used by Kopia backups and (previously) photo storage.
Proxmox runs all the VMs and LXC containers listed below. Backups are handled by the PBS VM (VM 107). NFS storage is provided by TrueNAS (separate physical machine, see below).
### Virtual Machines
@@ -62,9 +60,10 @@ Proxmox runs all the VMs listed below. PBS provides nightly VM backups. TrueNAS
### Physical Machines
| Alias | IP | Role |
| Name | IP | Role |
|---|---|---|
| thinkstation-p710 | 192.168.88.41 | Workstation / AI / Ollama (bare metal, not a Proxmox guest) |
| TrueNAS | 192.168.88.24 | NAS — provides NFS storage for Kopia backups; separate physical machine |
---