cross-posted from: https://lemmy.death916.xyz/post/9829

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"
  
  • Shortcake
    link
    fedilink
    2
    edit-2
    11 months ago

    You should check out pairdrop too.
    Same underlying software with some great enhancements for security
    Here is their Github

    • @PrecisePangolin
      link
      111 months ago

      Oh interesting, it’s a fork of Snapdrop too! Thanks for sharing!

  • ZoëM
    link
    211 months ago

    Please do add a tag to your post as stated on the sublemmy sidebar! Thank you. :)

  • Jakob :lemmy:
    link
    fedilink
    211 months ago

    I use a fork of it. Pairdrop. There i can easily configure my own stun/turns-server. If i use turns over port 443, it’s even possible, to use pairdrop from a device into a vpn to s device outside…

    The dnapdrop-app for android also works with pairdrop.