Skip Navigation

Snapdrop. selfhosted airdrop for your own network

github.com GitHub - RobinLinus/snapdrop: A Progressive Web App for local file sharing

A Progressive Web App for local file sharing . Contribute to RobinLinus/snapdrop development by creating an account on GitHub.

GitHub - RobinLinus/snapdrop: A Progressive Web App for local file sharing

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"
  
7

You're viewing a single thread.

7 comments
You've viewed 7 comments.