tvcvt
@tvcvt@lemmy.ml
- Comment on Are there any FOSS NAS servers for a Marvell arm SOC? 4 weeks ago:
If you can get Debian or Rocky Linux on it, you can likely manage all of the NAS-like stuff with Cockpit.
- Comment on Getting Started with Proxmox 9 months ago:
Tainted in that the kernel and ZFS have different licenses. Not a functional impairment. I have no way to check to check a system not using ZFS. For my use case, Debian plus ZFS are PVE’s principal features.
- Comment on What is the current state of Matrix? 9 months ago:
I have synapse server running in docker on a VPS and it’s been pretty reliable. At my office I use it as sort of a self-hosted Slack replacement. For our use case, I don’t have federation enabled, so no experience on that front. It’s a small office and everyone here uses either Element or FuzzyChat on desktop and mobile. I’ve got SSO set up with Authentik and that’s worked very well. Happy to share some configs if that would be useful.
- Comment on Getting Started with Proxmox 9 months ago:
Ceph isn’t installed by default (at least it hasn’t been any time I’ve set up PVE) and there’s no need to use ZFS if you don’t want to. It’s available, but you can go right ahead and install the system on LVM instead.
- Comment on Fresh Proxmox install w/ full disk encryption—so install Debian first, then Proxmox on top? 11 months ago:
I think you can do the same with LUKS (cyberciti.biz/…/cryptsetup-add-enable-luks-disk-e…) if that’s your preferred route.
- Comment on Fresh Proxmox install w/ full disk encryption—so install Debian first, then Proxmox on top? 11 months ago:
Another idea for you: if you use ZFS for the install, check Debian directions on OpenZFS or zfsbootmenu and you’ll get directions for an encrypted installation. You’ll be able to specify the path to a key file, which you can keep on a thumb drive. When the machine boots up, it’ll see the thumb drive and decrypt the zpool automatically; yank the thumb drive and it won’t (backup the key of course).