kitsune361 / webtorrent-webui

Web user interface for Webtorrent, based on the Transmission web UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webtorrent Web UI

Build Status

screenshot

A simple-yet-complete web user interface for Webtorrent. Based on the Transmission web UI, and of course Webtorrent for the torrenting bit.

# Install
$ npm i -g webtorrent-webui

# Run
$ webtorrent-webui -h

Webtorrent Web UI
  -h  displays this message
  -t  sets the torrent folder         - default ~/.torrent_folder
  -d  sets the download folder        - default ~/Downloads
  -v  gives a console status msg/sec  - default disabled
  -l  sets the host to listen to      - default 127.0.0.1
  -p  sets the port to listen to      - default 9081

Checkout the docker folder for an example docker image running with OpenVPN.

A version of webtorrent-webui fueled by webtorrent-hybrid is also available ! Checkout webtorrent-webui-hybrid.

Todo:

  • Modernize UI: drag'n'drop torrents, paste magnetlinks...
  • Rename things properly
  • Spin file server with downloaded files
  • Tests
  • Use sass, revert hardcoded CSS

About

Web user interface for Webtorrent, based on the Transmission web UI

License:MIT License


Languages

Language:JavaScript 58.4%Language:CSS 34.1%Language:HTML 6.6%Language:Makefile 0.6%Language:Shell 0.2%Language:Dockerfile 0.2%