Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Yeah but as far as i know, unraid doesn't really do anything that for example TrueNAS Scale can't do? And TrueNAS is free and really rock-solid.
So if someone doesn't want to host an Ubuntu Server i'd recommend checking out TrueNAS Scale and simply throwing some dockers at it
UnRAIDs parity is completely different than ZFS (TrueNAS) - and I'd argue unRAID is a better option for hosting a home media server. TrueNAS uses ZFS, so data on the drives is striped and they all need to be spun up together. UnRAID doesn't stripe data, so only the relevant drive needs to be spun up (+parity if you're writing). This also means if you lose parity +1 drive you only lose the data on that drive. Whereas with ZFS if you lose parity +1 you lose EVERYTHING in that array. It's also way easier to expand your array in UnRAID, simply plug in any drive (as long as its smaller than parity) and it'll just work. Expanding or adding vdevs in ZFS is not so simple and requires planning.
On top of all that, UnRAID can do ZFS too now (although I wouldn't recommend it for the main array for the reasons stated above). So if anything the question should be "what can TrueNAS Scale do that UnRAID can't do?"
I'd argue TrueNAS is better if you need top speeds and advanced features like bit-rot protection. But for a simple home media server where things like idle power-use and ease-of-use are more important I think unRAID wins hands down.