this post was submitted on 07 Sep 2025
88 points (97.8% liked)

Selfhosted

51256 readers
685 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hello everyone,

I finally managed to get my hands on a Beelink EQ 14 to upgrade from the RPi running DietPi that I have been using for many years to host my services.

I have always was interested in using Proxmox and today is the day. Only problem is I am not sure where to start. For example, do you guys spin up a VM for every service you intend to run? Do you set it up as ext4, btrfs, or zfs? Do you attach external HDD/SSD to expand your storage (beyond the 2 PCIe slots in the Beelink in this example).

I’ve only started reading up on Proxmox just today so I am by no means knowledgeable on the topic

I hope to hear how you guys setup yours and how you use it in terms of hosting all your services (nextcloud, vaultwarden, cgit, pihole, unbound, etc…) and your ”Dos and Don’ts“

Thank you 😊

you are viewing a single comment's thread
view the rest of the comments
[–] interdimensionalmeme@lemmy.ml -1 points 15 hours ago* (last edited 15 hours ago) (3 children)

Is there any way to remove ZFS and Ceph, they cause errors and taint the kernel

https://itsfoss.com/linus-torvalds-zfs/

[–] tvcvt@lemmy.ml 1 points 6 hours ago (1 children)

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.

[–] interdimensionalmeme@lemmy.ml 1 points 5 hours ago (1 children)

Well, it taints the kernel, probably runs some background processes, it should be removable ?

[–] tvcvt@lemmy.ml 1 points 3 hours 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.

[–] possiblylinux127@lemmy.zip 4 points 12 hours ago (1 children)

There isn't anything better than ZFS at the moment. Having a tainted kernel doesn't really mean much.

[–] interdimensionalmeme@lemmy.ml 1 points 6 hours ago (1 children)

Except having slightly better deduplication, I don't the see what justifies the extra complexity and living under the bad aura of Oracle. LVM does almost everything ZFS does, it's just less abstracted, which I like actually because I want to know on what hard drive my stuff is, not some mushy file cloud that either all works or is all gone.

[–] possiblylinux127@lemmy.zip 1 points 5 hours ago (1 children)

LVM is not even close

ZFS is way more fault tolerant and scalable due to the underlying design. In continually does data integrity checks and will catch but flips.

ZFS also has Arc which allows your ram to act as a full on cache which improves performance.

[–] interdimensionalmeme@lemmy.ml 1 points 5 hours ago (1 children)

You can do data scrubbing with PAR2 or filesystem level with btrfs on top of LVM (or even in a traditionnal partition)

I think you can ram cache with bcachefs or a ramdrive, and unless you're in a VM then your file system driver would already do file caching in ram ?

[–] possiblylinux127@lemmy.zip 1 points 2 hours ago* (last edited 2 hours ago)

Don' use bcachefs as it isn't stable and was removed from the kernel. As for btrfs it is still in technology preview on Proxmox isn't considered production ready.

I would just use ZFS. Don't reinvent the wheel.

[–] 3dcadmin@lemmy.relayeasy.com 4 points 13 hours ago

Whilst on many things I respect Linus he is always opinionated to the max. I seem to remember him doing the same over hardware raid and then software raid as well over the years - so Linus what would you like us to use for some data security eh? I do have to throw in that this article is also from 2023 - a long time and a whole host of the issues he says are simply not true any longer