what's the deal with LXC containers in Proxmox? They're basically VMs, but at kernel level yeah? If I don't need direct access to the hardware in the host (like PCIe passthrough), why wouldn't I just use LXC? Seems nice and easy and just as quick?
@decryption Proxmox was my Xmas break project and I've been playing around mostly with LXC's. Super lightweight, near instant to START-STOP. I'm running all mine as Unprivileged containers - except Plex which needs to be Privileged. Some good scriptable stuff here https://github.com/community-scripts/ProxmoxVE Moved my 'arr suite across to LXC's. about to checkout Turnkey https://www.turnkeylinux.org/ to maybe spin up a Wireguard VPN Gateway container. I created one in LXC by hand but this might be better. will see.
GitHub - community-scripts/ProxmoxVE: Proxmox VE Helper-Scripts (Community Edition)

Proxmox VE Helper-Scripts (Community Edition) . Contribute to community-scripts/ProxmoxVE development by creating an account on GitHub.

GitHub
@x4jw oh cool, I've dipped my toe into Proxmox this week too
@x4jw goddamn these helper scripts are awesome - so easy to install and quick too