How could a robust decentralised file system be useful?

Would you use one if one was available?

If so, to what use (storing, sharing, building apps on top of it, …)?

If not, are there some specific reasons like difficulty to set up, legal, you already use one, or other?

I’m making one and it is fully functional but adoption is not here yet so I’m trying to figure out why.

Cheers

Edit: I’m referring to a decentralised online storage, accessible from anywhere.

        • Valmond@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 month ago

          It’s really simple to set up if I understood correctly, is it maintenance heavy or is it just like you need to upgrade it sometimes?

          • ɔiƚoxɘup@infosec.pub
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 month ago

            So it is pretty simple to set up but not if you containerize it like I have I’ve decided to put it in a container because it’s still beta and to do that you have to give it persistent storage and route the ports correctly and all that stuff and people do seem to have trouble with that.

            Regardless, I wanted to do something to support the project and that seemed like a pretty good way to do it and it took some effort but not a whole lot and I learned a few things in the process so it was fun.

            • Valmond@lemmy.worldOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 month ago

              Definitely nice of you!

              Yeah the port forwarding seems to be the tricky part for everyone.