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
ZFS dedup is memory constrained, and the memory use scales with the block hashes.
If performance isn't a concern, you're better off compressing your media. You'll get similar storage efficiency with less crash consistency risk.
ZFS in general is pretty memory hungry. I set up my proxmox sever with zfs pools a while ago and now I kind of regret it. ZFS in itself is very nice and has a ton of useful features, but I just don't have the hardware nor the usage pattern to benefit from it that much on my server. I'd rather have that thing running on LVM and/or software raid to have more usable memory for my VM's. And that's one of the projects I've been planning for the server, replace zfs pools with something which suits my usage patterns better, but that's a whole another story and requires some spare money and some spare time, which I don't really either at hand right now.