this post was submitted on 29 Mar 2026
47 points (96.1% liked)

Selfhosted

58000 readers
595 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 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
[–] golli@sopuli.xyz 10 points 15 hours ago* (last edited 15 hours ago) (2 children)

I (very much an amateur) briefly tried TueNAS scale in the past and didn't like how they did apps. So I switched to Openmediavault, which since then has served me very well.

With a plugin I could easily add my zfs raid and I use their build in docker compose gui to run the few programs I need.

I didn't try out others, but there are more options. CasaOS and yunohost already got mentioned, there is also Cosmos or just running a basic server with e.g Debian and maybe adding Cockpit for some management gui.

[–] toynbee@piefed.social 1 points 12 hours ago

I'm unclear on the benefit either has one just an NFS server.

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

Openmediavault only seems to run on Debian which is a no go for me. I'm looking for something immutable (ie an an appliance)

[–] golli@sopuli.xyz 6 points 13 hours ago

I guess if you want specific recommendations you need to define your needs and requirements a bit more.

Since I was wondering if Cockpit is an option for immutable distros I stumbled on this video, which seems to suggest it might since it is used on one there. So I guess you could pick your favorite immutable distros and see if Cockpit works to have a easy gui for managing the server stuff.

You could of course also go for something like NixOS and make everything declarative.

For me Openmediavault was easy to set up and just works for the little stuff I want it to do.

[–] klu9@piefed.social 2 points 15 hours ago

WARNING: I am not an expert!

Maybe VanillaOS? Immutable, atomic, Debian-based. If OpenMediaVault doesn't run directly on Vanilla, use its APX tool to make a minimalist Debian container & install OpenMediaVault there?