Skip to content

Web interface for searching and downloading torrents via deluge client.

Notifications You must be signed in to change notification settings

pr3st00/torrentmanager

Repository files navigation

Torrent Manager

Web interface which can search for torrents and send them to deluge for downloading

Web interface

Screenshots:

  1. Main interface

Main interface

  1. Torrent sent to deluge for downloading

Torrent added to Deluge

  1. Deluge starts to download

Deluge downloading

Configuration

By default the interface will try to connect to a deluge instance running on localhost with the default password of "deluge" and the default download folder of "/downloads"

Those values can be customized by setting environment variables as shown below:

export DELUGE_URL="http://:8112/json"
export DELUGE_PASS=""
export DOWNLOAD_PATH=""

In case you're building a docker container, the docker.sh script will pass those variables to the running container as well.

Sources currently supported

  1. The pirate bay
  2. EZTV

Current Feature Requests/Suggestions

Pending..

License

MIT

Author

[Fernando Almeida] ([email protected])

About

Web interface for searching and downloading torrents via deluge client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published