Snapdrop

Local file sharing in your browser. Inspired by Apple’s Airdrop.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  filebrowser:
    image: filebrowser/filebrowser
    volumes:
      - /path/to/root:/srv
      - /path/filebrowser.db:/database.db
      - /path/.filebrowser.json:/.filebrowser.json
    ports:
      - 8080:80
    restart: unless-stopped  

Resources

Website: https://snapdrop.net/

GitHub: https://github.com/snapdrop/snapdrop

Docker Hub: https://hub.docker.com/r/linuxserver/snapdrop

Configuration: https://github.com/dutchcoders/transfer.sh#docker