Web interface which can search for torrents and send them to deluge for downloading
Screenshots:
- Main interface
- Torrent sent to deluge for downloading
- Deluge starts to download
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.
- The pirate bay
- EZTV
Pending..
MIT
[Fernando Almeida] ([email protected])