Heard about his on the self hosted podcast and just installed it and it works great. Dont use the given compose file just make your own with the linuxserver image. Here’s mine and it works over tailscale and through my reverse proxy.

version: "3"
services:
  snapdrop:
    image: "linuxserver/snapdrop"
    
    volumes:
      - /nasdata/docker/volumes/snapdrop/:/data
    
    ports:
      - "8090:80"
      - "4430:443"
  
    • death916@lemmy.death916.xyzOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 年前

      Just looked at that and might have to try that. had a couple issues with devcvices finding eachother at first, but a reboot of thee container fixed it. Might be handy for sending my gf something when out and about.

      I just heard about this on the podcast and wanted to try it but pairdrop may be better. Thanks

    • MisterB@feddit.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 年前

      How would one securely host this via reverse proxy so bots don’t bring it down?

      • raphael@lemmy.mira.pm
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 年前

        I put things behind traefik and authelia if they don’t have their own authentication. But anthing that the reverse proxy can offer would work I guess (like BasicAuth middleware on traefik)