I stumbled across Diode whilst looking for ways to do secure off-site backups (to my own equipment at another house) and it feels like a paid-for TOR (Ok, there is a free option)

I’m looking for any real experience as the site has too much marketing lingo in it:

Every Client is secured with a public/private key self-custody identity

And this doesn’t seem very dynamic if I want to change something:

Diode’s Blockchain Name System can be used for Client friendly names

And somewhere on the site it infers unlimited storage…!

So, is the free option worth me looking into, or is it a waste of time?

  • talkingpumpkin@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 hours ago

    Look at restic and/or borg first. Iff you have specific needs that they don’t address, then look at other things (including reviewing your requirements: chances are you are doing something wrong in that case).

    • SayCyberOnceMore@feddit.ukOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      Yeah, those are for the layer on top of a secure network.

      My use case is less about the backup software, more about the network.

      Diode - as far as I can make out from their site - provides both storage and networking, but I’m not interested in their storage (as I don’t understand where it is) - this is about getting data to my offsite NAS, securely.

      • ccryx [he/him]@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 hours ago

        What I’m reading is that you want site-to-site connectivity. Wireguard + possibly dynamic DNS makes this pretty easy (assuming you can open ports and configure NAT at your sites). Or you could set up some other VPN solution like OpenVPN.

        There’s also tailscale (a paid service) for facilitating the wireguard setup, NAT traversal and relaying. headscale is a self hosted solution that aims to provide something similar (but more limited in scope).