├── Dockerfile ├── README.md ├── app.js ├── config.json ├── index.html ├── index.js └── package.json /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binux/webtorrent-share/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binux/webtorrent-share/HEAD/README.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binux/webtorrent-share/HEAD/app.js -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binux/webtorrent-share/HEAD/config.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binux/webtorrent-share/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binux/webtorrent-share/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/binux/webtorrent-share/HEAD/package.json --------------------------------------------------------------------------------