this post was submitted on 29 Mar 2026
65 points (92.2% liked)

Selfhosted

60409 readers
233 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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

In case you didn't hear TrueNAS is going partially closed source. However, there seems to be a lack of alternatives.

Any ideas on what to move to?

you are viewing a single comment's thread
view the rest of the comments
[–] eleitl@lemmy.zip 1 points 3 months ago (1 children)

Make sure your data pool is well laid out zfs though.

[–] synapse1278@lemmy.world 1 points 3 months ago (1 children)

Personally, I use BTRFS in RAID10 config. I don't need crazy performance and my NAS is pretty low power with only 8GB of RAM (use to be 4GB on my previous setup).

[–] eleitl@lemmy.zip 3 points 3 months ago (1 children)

zfs is about data integrity rather than performance.

[–] synapse1278@lemmy.world 2 points 3 months ago

BTRFS has plenty of features for data integrity, auto-correction, scrubbing, snapshots. I haven't studied in details the differences with ZFS, I just went with BTRFS because the setup is fairly simple, it's flexible and it does what I need.