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

Selfhosted

61475 readers
756 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 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 11 months ago* (last edited 11 months 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/

[–] 3dcadmin@lemmy.relayeasy.com 4 points 11 months 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

[–] possiblylinux127@lemmy.zip 4 points 11 months 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 11 months 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 11 months 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 11 months 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 11 months ago* (last edited 11 months 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.

[–] tvcvt@lemmy.ml 1 points 11 months 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 11 months ago (1 children)

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

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