Hello!
I have made a decentralised file system, like a cloud drive, but fully decentralised.
I feel it’s time to test it more thoroughly, and publish it. To get feedback and well let users use it!
So my question is, anyone wants to try it out?
It’s very easy to setup, you basically just need to forward 1 port and run a script. Or do the manual install which is just a couple of steps.
Sharing is very easy:
10f -i my_stuff image.jpg
Anyone curious enough to try it out?
Cheers
Valmond
PS. If you want to check it out, the whole story is here including quick setup, examples and so on. PPS. For the daring: Codeberg repo
Do you have a space for testing so we can share our findings?
And how does peer discovery work for the initial segmentation and sharing of blocks? Usually there’s some type of central hub like a lighthouse in the case of a nebula mesh, or a tracker in bitorrent that assists in connecting nodes/peers. 10f claims it doesn’t need it. My understanding at this level isn’t great but I believe bitorrent uses a protocal called DHT that can do decentralized p2p discovery. Is it a similar mechanism?
Are you open to the idea of adding the option/alternative to opening ports, in which you could implement a hybrid approach similar to bitorrent using trackers and DHT. Volunteers could operate lite servers similar to nebula lighthouses that help peers find each other without needing to punch holes in the firewall.
EDIT: On second thought I’m not sure a lighthouse could be trusted enough. It would essentially contain a ledger of all active nodes connected to it historically.
I usually try to direct people at https://lemmy.mindoki.com/c/tenfingers which have proven not very effective, but you can post public messages there, or send a private DM to me directly if you so feel. It would be wonderful if you try 10f out and comment on how it works out.
Nodes in Tenfingers are different than in crypto current nodes or say in IPFS, they are discardable and trust less. Links themselves contains node adresses (there are more things here for the anti link decay system, which contains node adresses too), they are one part of node address sharing; use a link, absorb the adresses. The second part is sharing between nodes themselves, basically a node can get a request for addresses, and if honored, they’ll be added to the address list too. Remember, nodes are trustless and are used only if they function. At scale, even large amounts of bad nodes does not cripple the system.
So you need one link to bootstrap, but then it’s all decentralised.
For your hybrid approach, I will think about it but Tenfingers does not work like torrents. I have to figure out the benefits from such a system.
Thanks and I hope you give it a go!