Hello!

I recently had issues with my self-hosted instance of Nextcloud so I started looking for an alternative to it.

I would like something that could allow me to make a local network of shared files between devices I choose, if that makes any sense.

I stumbled upon Syncthing but it doesen’t seem what I had in mind: I understand that it replicates folders between devices, but I am looking for a way to distribuite files between machines. Again, like Nextcloud but without a central server to rely to.

Do you know if something of that sort exists?

Or if you have any other solution?

Thank you.

P.S. I am posting it here because it seems like some sort of self-hosting, but maybe I will cross-post it to the decentralized comunity.

    • Sightline
      link
      13 years ago

      They need a Python to Rust port. :(

      • @slippoint
        link
        23 years ago

        Some of the underlying libaries are in C, but yes; there was some discussion on their IRC about potentially using Rust instead.

    • @BlueTomatoOP
      link
      03 years ago

      Ok I’ll take a look at it. Thanks!

  • @ajz
    link
    2
    edit-2
    2 years ago

    deleted by creator

    • @BlueTomatoOP
      link
      13 years ago

      Well I may have tinkered too much with my server.

      I have no real problem with Nextcloud, I have been using it for the last five years.

      I have been hosting it on a RaspberryPi3 and well the machine isn’t the most powerful out there.

      So taking advantage of this sudden break I have been looking for a serverless alternative.

  • @fidibus@lemmy.161.social
    link
    fedilink
    23 years ago

    I wonder why you are being downvoted, I agree that self-hosting Nextcloud isn’t easy, upgrades break things, apps don’t work properly etc!

    Also a distributed personal cloud thing that I maybe host a server for which has 2x the storage which is then shared with others would be cool and maybe more reliable. But that would be a very ambitious software project.

    • @fidibus@lemmy.161.social
      link
      fedilink
      13 years ago

      Oh I read your other comments and syncthing is literally what you are looking for. It’s like nextcloud in most ways, but without the nextcloud server, you can make a nextcloud folder or whatever and have it synced between devices without a server.

      • bruhbeans
        link
        13 years ago

        I disagree Syncthing is like nextcloud. I find it useful to describe Syncthing like an always-running rsync between multiple machines. nextcloud is a web ui for files and other apps, they serve very different purposes.

  • ChojinDSL
    link
    fedilink
    110 months ago

    I take it you mean, distributed cloud storage, as in… you have 3 servers which have your data, if one goes down, your data is still available?

    You want to look at things like, DRBD, GlusterFS or CephFS. Those are file system technologies for distributed storage, where depending on the configuration you can either have a networked equivalent of Raid1, Raid10, or Raid5/6.

  • @poVoq
    link
    1
    edit-2
    1 year ago

    deleted by creator

    • @BlueTomatoOP
      link
      03 years ago

      Uhm what I meant is this:

      Say I have a file in machine A. This software should be able to tell to machine B that A has the file and retrieve after an explicit request from B.

      Probably my wording wasn’t the best.

      I hope now it is clear what I was trying to ask :-)

        • @BlueTomatoOP
          link
          13 years ago

          This is very close to what I was looking for.

          I am going to try this and Tahoe-LAFS for a future extension of the service to a small local network.

          Thanks for the suggestions

      • @poVoq
        link
        1
        edit-2
        1 year ago

        deleted by creator

        • @BlueTomatoOP
          link
          03 years ago

          Yes file access through the network and the web (https or something better).

          I understand that a self-hosted Nextcloud istance is still my best option.

          I will restore it but in the mean time also try some of the other suggestions here.

          thanks