Whether you’re really passionate about RPC, MQTT, Matrix or wayland, tell us more about the protocols or open standards you have strong opinions on!

    • Natanael@slrpnk.net
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      If you set up port forwarding for file shares you must keep setting it up again for every new service.

      If you set up a VPN once then you’re simply done. Every new service you set up is available directly.

        • Natanael@slrpnk.net
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          ZeroTier can be a fully self hosted VPN. You set up a server locally, port forward only the VPN service, and then everything else you run is accessible through it for the people you give access to.

    • BaldProphet@kbin.social
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      5 months ago

      ZeroTier is pretty easy to set up, but at the point where you’re worrying about “barriers to sharing” you should probably using a cloud service anyway.

      • Mango@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        Ahhh but that’s the thing. A middleman being necessary is very against my values. I don’t want there being someone else or there limiting or telling me no. I’m not letting someone else’s DMCA compliance tell me what I can have. I’m also not really interested in non FLOSS.

        • Badabinski@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          5 months ago

          You should be able to just use ssh/sftp. There are lots of great clients, and you can absolutely still use usernames and passwords, no public/private key stuff required. You can even use ssh and scp right from powershell on Windows boxen if you’re so inclined. There’s winscp, and if you want filesystem mounting, there’s this: https://github.com/winfsp/sshfs-win
          For macos and Linux, the options are far more plentiful.

          Edit: there’s also file pizza, which is a file transfer thingy with no middle man that’s open source, although it’s not copyleft AFAICT: https://github.com/kern/filepizza
          and similar tools. Not really what you’re after, I just think it’s neat.