I have a Samba mount at home (behind NAT, accessible via wireguard VPN), which works very well when accessing my home files when traveling (I travel a lot for work).

The only detail missing from this solution is sharing individual files with friends. I could give them access to my VPN, but that gives them access to everything, not just one thing I want to share. Also not all my friends are that tech savvy to manage connecting to a VPN.

What would be really great is to have a link-generator that punches a hole in the NAT to give them access to specific files. Are there any self-hosted solutions for that?

  • sin_free_for_00_days@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    14
    ·
    27 days ago

    Copyparty is easy, but if you can both set up syncthing, that makes it a breeze. I have a sibling that lives across the Pacific and last time they visited I set up syncthing on their laptop and when either of us wants to share something, we just drop it in that folder and wait a minute or two.

  • e0qdk@reddthat.com
    cake
    link
    fedilink
    English
    arrow-up
    13
    ·
    28 days ago

    Just run a web server and expose the specific files you want to share through that?

    • deltapi@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      26 days ago

      100% this. I have one running in a lxc, and I expose it to the world through a CloudFlare tunnel so I needn’t worry about dyndns or people probing my public IP.

        • deltapi@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          25 days ago

          I’m on their free tier. If you don’t have a domain you need to get one, but CloudFlare does offer domain registration basically at-cost.
          Because I’m on free, I can’t break down my analytics like a paid account can. i can say though that for the past 30 days my account has generated 886k requests and 47.56GB of bandwidth. I can’t tell you how much of that is nextcloud and how much is other stuff, like audiobookshelf, but hopefully this helps answer you.

  • n4sdaq@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    5
    ·
    28 days ago

    Do you have a domain? If you do, maybe try Nginx Proxy Manager and SFTPGo. I previously used File Browser but the developers made some fairly large breaking changes and I never went back. SFTPGo lets you add accounts easily and I have specific folder setup for sharing with friends. It has a clean interface too. If you don’t have a domain, maybe try Tailscale?

      • q7mJI7tk1@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        27 days ago

        I had Nextcloud running for several years (VM is the best way IMO, I would avoid the Docker AIO). However I found Filebrowser and it rocks as a file share service. Filebrowser Quantum is a fork with more feature as the original no longer has a maintainer. The most I’ve had someone upload to it was 300GB.

  • lambalicious@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    28 days ago

    Any particular reason why you can’t do something like host a Send instance instead? Better to treat “filesystem behind the network” and “files to share” as two different things: one is imanent, the other is punctual and sporadic.

  • yaroto98@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    28 days ago

    I use Pingvin. You upload a file to it and it generates a link. Has expiration on the link.

    You can allow anonymous uploads or not, give friends logins etc.

    I have it locked down to just me with a login and I use it to let others download the files.

  • AbidanYre@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    28 days ago

    There are a few implementations of wormhole that might work.

    If you’re ok with exposing a server to the internet, I’ve had good luck with sharry. https://eikek.github.io/sharry/

    I’ve also had good luck running a Nextcloud instance to share with friends and family. But that is probably overkill here.

      • Manodor@feddit.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        23 days ago

        Yes. Both parties have to share the device on which they want to run warpinator out to the tailnet of the other person. If you already use tailscale for other personal stuff I’d recommend you make an additional tailscale account, you can use to connect to other peoples tailnets, as on linux you can simply switch between them with ‘tailscale switch <id>’