this post was submitted on 18 Oct 2025
81 points (98.8% liked)
Privacy
4131 readers
24 users here now
Welcome! This is a community for all those who are interested in protecting their privacy.
Rules
PS: Don't be a smartass and try to game the system, we'll know if you're breaking the rules when we see it!
- Be civil and no prejudice
- Don't promote big-tech software
- No apathy and defeatism for privacy (i.e. "They already have my data, why bother?")
- No reposting of news that was already posted
- No crypto, blockchain, NFTs
- No Xitter links (if absolutely necessary, use xcancel)
Related communities:
Some of these are only vaguely related, but great communities.
- !opensource@programming.dev
- !selfhosting@slrpnk.net / !selfhosted@lemmy.world
- !piracy@lemmy.dbzer0.com
- !drm@lemmy.dbzer0.com
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The grandfather of decentralised filesystems (maybe https://ipfs.tech/ has some more information )!
You might want to check this out for a modern approach (sorry for the shameless plug 😊).
OH - this is awesome! Why aren't more people using this?
I'm going to get myself up on this tomorrow just to give it a try.
Thank you 😊!
One reason might be that I'm very bad at marketing 😬. And if you have any kind of problem don't hesitate to tell!
Oooh neat! I read the instructions, simple as that?? What if I'm behind an isp's cgnat?
You could use tailscale, or a VPN if it allows port forwarding.
I'm very interested if you try it out, and would love to know how it went!
Why is there no link to the codebase?
You can find it in the documentation if you read around a bit, it's not ibvious so here's a direct link here.
This sounds really interesting and just what I was starting to look for.
What I'm not clear on and couldn't find info about is what's the storage size trade-off? Presumably you get these benefits by providing some of your storage to others, as they do for you. I'm trying to decide the size of disk I need to use and not clear how to estimate that. Also not clear how recovery is dealt with if my storage fails spectacularly. Can you restore from the "cloud" or do you still need to have your own full backups? The fact that links still work when you're offline makes it sound like cloud recovery is possible but didn't see anything about that.
Hello and thanks!
Sorry for the delay, my PC had a nervous breakdown yesterday.
The storage acceptance can be configured, but for now there is only either you accept anything, or you accept up to twice the size of your file (default).
Also, there is a (configurable) limit where files are auto accepted, under 64Kb with a total size of 16GB.
I'm thinking about other ways of brokering the deal, like high/low bandwidth, size of course and availability but that is work in progress.
But today, for example, if you store your photo collection of 1000 1MB photos, with a redundancy of 10 (default) the median and max storage you'd need would be:
Median: itemsize * redundancy = 1000 * 1MB * 10 = 10 GB
Max: itemsize * redundancy * 2 = 1000 * 1MB * 10 * 2 = 20 GB
BTW;
You can store GB sized files, but it's not very convenient yet (it uses lots of RAM and the app freezes up for a while) and you might not find someone to "trade" with.
And it's not yet battle proven, so I'd keep a backup to be sure. In the future, you just need your links, and if you have lots of links you can just put them in a folder store that on the network too (with a high redundancy!) and keep just one master link for a total backup.
You can sub here for info and of course if you have more questions!
Or just fire away here.
Cheers!
Thanks for the reply. I'm not sure this is for me given the storage requirements. I was hoping for some magic math I guess that didn't require the extra magnitude of storage it seemed would be required, but alas no magic was found.
You can also just do a tit for tat and divide the requirements by ten. There is a possibility that someones pc has a problem and can't serve one of your files back when you need it though. That's why the base is 10x oversharing, a good value for a backup is surely somewhere in between...