https://pve.proxmox.com/pve-docs/chapter-pve-installation.html#_install_proxmox_ve_on_debian
https://linustechtips.com/topic/1083818-a-beginners-guide-to-proxmox
https://pve.proxmox.com/wiki/Unprivileged_LXC_containers
pct set 100 -mp0 /mnt/bindmounts/shared,mp=/shared
zpool create hdds \
-f \
raidz sda sdb sdc \
-m /mnt/hdds \
-O compression=on \
-O encryption=on \
-O keylocation=prompt \
-O keyformat=passphrase
zfs get keystatus hdds
zfs load-key -r hdds
zfs list
zfs get encryption hdds
https://blog.victormendonca.com/2020/11/03/zfs-for-dummies/
https://ikrima.dev/dev-notes/homelab/zfs-for-dummies/
https://arstechnica.com/gadgets/2021/06/a-quick-start-guide-to-openzfs-native-encryption/
https://www.reddit.com/r/synology/comments/u6y5qm/has_anyone_found_a_solution_for_mounting_synology/
https://kb.synology.com/en-global/DSM/tutorial/How_can_I_recover_data_from_my_DiskStation_using_a_PC
https://blog.nootch.net/post/poor-mans-synology-nas-on-proxmox/