mirror of
https://github.com/kingomarnajjar/BTorrent-master.git
synced 2026-07-25 22:27:22 +10:00
Mirror of github.com/kingomarnajjar/BTorrent-master
| views | ||
| .gitattributes | ||
| 404.html | ||
| app.js | ||
| CNAME | ||
| favicon.ico | ||
| index.html | ||
| LICENSE | ||
| README.md | ||
| style.css | ||
βTorrent
βTorrent is a fully-featured WebTorrent browser client written in HTML, JS and CSS
Features
- Informative GUI with easy sharing options
- Downloading from an info hash or magnet URI
- Downloading from a .torrent file (Coming Soon)
- Seeding files (Single/multiple files)
- Seeding CORS-enabled remote files (Coming Soon)
- Download/Upload speed per torrent
- Download/Upload speed of client (All torrents)
- Removing torrents from the client
- Pause/Resume torrent
- Selecting/Deselecting files (Coming Soon)
- Client Debugging
- Use custom trackers/rtcConfig
Built with
Website powered by jsDelivr and CloudFlare. I use nginx in my server.
HTML5 serving
You must serve index.html as the default
For nginx, use this conf:
location / {
try_files $uri$args $uri$args/ /index.html;
}
Enable Debugging
Enable βTorrent (Debug logging) and WebTorrent (Logs logging) debug logs by running this in the developer console:
localStorage.debug = '*'
Disable by running this:
localStorage.removeItem('debug')
Help βTorrent
- Create a new issue to report bugs or suggest new features
- Send a PR with your changes
Thanks
License
MIT. Copyright (c) Diego Rodríguez Baquero