this post was submitted on 23 Aug 2023
20 points (91.7% liked)

Selfhosted

39240 readers
257 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 1 year ago
MODERATORS
 

As the title says i am currently considering switching away from TrueNAS Scale.

My system has a Celeron N3160, 16gb ram, 2x18tb HDD as a zfs mirror and ssd storage for os

My usecase is mostly just as a local storage and media server with *arr stack and jellyfin.


Some of the reasons why i want to switch:

  • Truenas claims a full drive for the OS, no way to partition off something

  • no automatic updates (i get why it might make sense for stability, but as a basic user i probably value the convenience higher)

  • there've been issues with truecharts breaking the ability to update and the solution seemed to be to just reinstall the applications

  • applications sometimes don't show up on start and i have to restart


Overall i think TrueNAS Scale might be excellent for some, but i am just not quite the target audience. So i just want something simple that works.

Now that Unraid supports ZFS that would be a consideration, but i don't really feel like paying (however i am not completely opposed, if its the best option).

My first idea was Proxmox, but thinking about it a bit more i probably don't need the flexibility and it just adds more levers that need adjusting.

So the current frontrunner would be OpenMediaVault for a simple NAS setup that doesn't need as much flexibility and is low maintainance. I assume the setup would be pretty straight forward and i can just import my truenas zfs pool and install whatever docker applications i want.


My questions would be:

  • Is OpenMediaVault a good choice for me? Or is there anything better?

  • Any up/downsides compared to e.g. something like a simple ubuntu server?

  • Is there anything major that i would miss out on by not going with proxmox?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago (1 children)

I have been running OMV for years and it is super stable. I rarely have to go in there. It has a lot of functionality thought the UI. My biggest gripe is that all of permissions options/ACLs combined with normal Linux permissions can be kind of confusing.

Unraid is also super simple, but maybe a bit too simple for some people. I don’t use anything but the core functionality in either one of these products. If you’re on the fence, you can do an unraid trial for 30* days (30 days, but technically you can stay on the trial as long as your disk array does not have to be restarted)

[–] [email protected] 3 points 1 year ago

Somewhat late reply, since i didn't have the time to start my conversion to OMV sooner. Definitely looks nice and installation was easy.


You are spot on that my first issue has partially to do with permissions. Following a guide at the time i structured my media library to some level with data sets in my zfs pool on truenas scale. But those apparently are more like filesystems rather than just directories. Which makes the whole giving permissions for my dockeruser a bit difficult (and also otherwise seems a bit less then ideal for OMV).

So since i wanted to structure it slightly different i made a new shared folder on my zfs pool and directories for my media in there and moved a few test files. Downside now is that this solution would mean that i have to move a ton of files, which would mean a ton of writes to my drives.


Apparently they changed that in one of the recent updates, but so far i really like the setup with docker compose. So much easier than the whole deal with applications in truenas scale. Copy+Paste stuff into a file, change some variables and a full stack of media applications is up and running so fast.