WebTorrent Share
Go to file
2022-10-16 22:36:18 +02:00
public README.md 2022-10-15 11:36:58 +02:00
capture.png README.md 2022-10-15 11:36:58 +02:00
docker-compose.yml initial commit 2022-10-14 23:13:16 +02:00
Dockerfile Dockerfile clean 2022-10-14 23:22:58 +02:00
entrypoint.sh initial commit 2022-10-14 23:13:16 +02:00
index.js initial commit 2022-10-14 23:13:16 +02:00
package.json initial commit 2022-10-14 23:13:16 +02:00
README.md README.md Warning 2022-10-16 22:36:18 +02:00

wtshare - WebTorrent Share

You can share files from the browser with P2P technology (WebTorrents) without installing anything, there is no size limit

wtshare

This project can be used with NodeJS only, but if you like you can use docker and docker-compose to deploy

Configuration and Recommendations

  • You need to set some variables in the public/js/main.js file to work properly
  • Warning: be careful if you put this project into production, you are using a public local torrent tracker, look at the bittorrent-tracker options to filter connections, consider using it behind a proxy

Build

docker-compose build --no-cache

Run

docker-compose up -d

License

MIT