developeranaz / qbittorrent-to-rclone-heroku

GNU General Public License v3.0
99 stars 122 forks source link

added anti-ban

qBittorrent

Heroku has set torrent reuploaders or URL reuploaders as a policy violating source code.Please use it at your own risk, your heroku account has a higher chance of being banned.

This web application downloads your torrent-files or magnet links or torrent http links and uploads directly to your any rclone drive instantly. Here qBittorrent-nox (Linux) is used as web UI And Rclone is used as Uploader with the help of Docker.

Special thanks to rclone and qbittorrent-nox

Demo

How To Deploy ?

Step 1

ii) WEBUSER

iii) WEBPASSWORD

iv) SELFPING (Optional hidden config var)

This config var is hidden and can be activated by

whats new

Added VueTorrent (Optional hidden config var)

This config var is hidden and can be activated by

alternative_webui

image

Common Errors

SCREENSHOTS

demoo demoo

For VPS users (via Docker)

REQUIREMENTS:

  1. Run below command for installer file

    curl -L 'https://raw.githubusercontent.com/developeranaz/qbittorrent-to-rclone-heroku/main/docker_build_and_run_for_VPS.sh' >install.sh; chmod +x ./install.sh
  2. Run below command by replacing your own port username and password

    ./install.sh -c 8081 -u newusername -p newpassword

Tested using Google free cloudshell