logo
0
0
Login
docs: 添加 Docker 运行说明

snapdrop

HomePage
DEMO
Modify from Snapdrop and Node-Snapdrop. Just Added Internet support and fixed the bug with Firefox receiving files.

How to run

Download the repository in a folder, cd it, install all dependencies with npm i and use this command: node index.js.

Docker to run

Download the image in your server, use this command: docker run -p 3000:3000 --name snapdrop -v /data/snapdrop/config:/config --restart unless-stopped docker.cnb.cool/iilee/me/snapdrop:latest

Run within your ip

Use this command, instead, to run not locally but in your public "sharable" ip: node index.js public.
Make sure to check your ip address using your OS command.

How to use

By default, it is used inside the LAN.
Users who are not in the same LAN can establish a connection by entering the same room name.
Enter a blank room name to return to LAN mode.