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
Hmm, you might be right, but if you're talking about piracy then no, it's ok if I don't have much space for it. I know the piracy community is awesome and I don't have anything against who decides to pirate, but it's just not for me, thanks for the warning nevertheless!
About the ZFS waste: yes, it's definitely a waste, but I'm going to store there critical data I don't want to lose (mainly pictures and documents). I can't spend too much right now because I'm still a student and 4 bay systems cost at least 200 more for the same specs, while a more open, custom build has other implications that would be more difficult to control (noise, space, power consumption, heat). I know I'm kind of locking myself in this system, though, but I really think 4TB will be enough, my calculation is this: all the pics+vids I have are <40GB rn. All important files I store are <60GB. That totals 100 GB. Let's say I collect that many GBs every year (strong assumption): I won't fill 4 TB in 10 years. If my GF wants to use Immich, maybe she'll store more pictures, but I doubt it will be more than 100GB/years. But let's be pessimistic: she uploads 200GB/year. Then it would still take more than 10 years for me & my gf to fill 4TB.
And in case I desperately need more space I can always use both drives and have more backups in the cloud. Or I can buy a DAS and connect it to the ugreen.
Really appreciate your input anyway, it's precious to me :) Let me know if you think I'm making mistakes !!
If you're storing "critical data", you want to look at redundancy (ie backup) and not expecting a single store to not have issues. Drives will fail, and if they fail in a RAID the entire store is at risk until the array is restored. If you don't have hot spares it's at even more risk while it's rebuilding. ZFS is less sensitive to this than traditional RAID, but even it can't magically restore data from thin air.
The typical recommendation for backup is 3-2-1 or a variation: 3 backups on 2 types of media (local/remote/cloud suffices) at least 1 off-site..
The link above discusses the 3-2-1-1-0 which I think is good to understand as 0 refers to verified backups. Unverified backups are no backups at all. It's not unusual in the SMB space to do a test restore of a percentage of files monthly (Enterprise has entire teams and automation around testing).