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
The big thing is very easily mix and match different sizes of disks. ZFS as of recently can sort of do that, but its not as efficient.
Mergerfs can do that too and you can keep the underlying fs as whatever you want.
It has no parity, you can pair with snapraid but thats snapshot parity and not real-time parity. Depends on the use case if that would work or not.
Also no caching options.
Valid points. I use it for my media collection I can easily restore and won't miss. Cache would be sort of nice to have and redundancy would just be wasting space.
Yeah media is a good use case for it, and doesnt really need cache either.
Yes, but it does not have redundancy or caching. Redundancy can be achieved with snapraid, but how you get caching I don’t know…
Doesn't work for every use case, but perfect for mine. I was just pointing out other options.
And that is good! It would have been a better answer if you mentioned these major limitations as well so that interested people don’t need to look it up :)