Hey just wondering if anybody has any experience in a decentralized cloud storage solution. Pretty much just a personal replacement of Google, Apple, and Dropbox services. I’ve been doing some research and it seems like a cool technology that I have not heard about until I went looking for it. So just wanted to know if anyone had experience with it, the pricing, and which one they recommended. Thanks you.

  • hansolo@lemmy.today
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    23 hours ago

    There’s a blockchain version called Filecoin that is basically a combination of torrent file sharing mechanics stored in decentralized locations. The “coin” part is their workaround to sort of define the equity of hosting.

    I haven’t used it, just heard about it recently and it seems interesting.

    Edit: Now that I think about it, it’s just big Syncthing on the chain.

  • VeryFrugal@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    If you want some sort of Web UI, checkout Nextcloud. To me it’s a bit bloated but it is still the most mature service there is. It even has its own client.

    SFTPGo is also great, albeit somewhat lacking in terms of features.

  • absGeekNZ@lemmy.nz
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    Another vote for SyncThing.

    I’ve been using it for more than 8 years, just awesome.

  • supersquirrel@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 day ago

    Syncthing + Raspberry Pi + Large SD Card + my other devices = good enough for me. It is a decentralized system in two respects 1) no corporation’s remote siloing and hoarding of your data since you are the “cloud” and 2) the system of Syncthing is also inherently decentralized requiring no central server (self hosted or not) as a critical point of failure to maintain a group file sync.

    • Onomatopoeia@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      0
      ·
      12 hours ago

      Doesn’t it use public servers to discover endpoints? What happens if those go offline?

      I’ve been using it forever (10 years at least) and it’s impressive. Had very few problems (mostly forgetting a folder is part of a sync).

      Even moving a sync job from one machine to another just works (I use a server at home as an endpoint for phone data, sort of a Syncthing “server”).

      • Onomatopoeia@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        12 hours ago

        It should have no issues with syncing large files around, I keep 100’s of gigs in sync with it.

        Otherwise, listen to arcterus - make sure you really think about how things are setup, otherwise you could easily sync a backup folder the wrong way, or cause an unintended deletion.

      • arcterus@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        1 day ago

        If you’re gonna use it for backups, you should ensure it’s only syncing in one direction. If it’s set up like normal (where it functions like Dropbox and syncs changes from any device to all your devices), if your data is corrupted or something on one device, it’ll be synced everywhere. You can also configure it to store a certain number of revisions (which you could use either instead of one-way syncing or in addition).

        Also, if you’re gonna use it for backups, it’d be a good idea to store your data offsite somewhere (whether that’s by storing your data encrypted at some cloud provider through a VPS/whatever or at friend’s/relative’s place or something, that’s up to you).