https://forum.proxmox.com/threads/mount-host-directory-into-lxc-container.66555/
pct set 103 -mp0 /host/dir,mp=/container/mount/point
sudo apt-get install -y nfs-common nfs-kernel-server
sudo echo "/pool/share 192.168.16.0/24(rw,fsid=0,insecure,no_subtree_check,async)" > /etc/export
systemctl start nfs-kernel-server.service
https://wiki.debian.org/UnattendedUpgrades
https://geekistheway.com/2021/03/07/configuring-e-mail-alerts-on-your-proxmox/