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
Is there a docker image?
Short answer : no
Longer answer; I started doing one, but some deep modifications had to be done (everything was in the base directory, so splitting out a share directory wasn’t straightforward) who are in good progress, but also it’s supposed to be a command line tool, so I’m figuring that out too.