Restart your errored qBittorrent downloads automatically
These instructions will cover usage information and for the docker container
In order to run this container you'll need docker installed.
docker run sonaryr/qbt-resumer:latest
Or in a compose file
services:
qbt-resumer:
environment:
- QBT_USER=admin
- QBT_PASSWORD=adminadmin
- QBT_URL=http://localhost:8080
- QBT_RECHECK_SECONDS=60
container_name: qbt-resumer
image: sonaryr/qbt-resumer:latest
restart: unless-stopped
QBT_USER
- username for the Web UI of qBittorrent (defaults toadmin
)QBT_PASSWORD
- password for the Web UI of qBittorrent (defaults toadminadmin
)QBT_URL
-URL for the Web UI of qBittorrent (defaults tohttp://localhost:8080
)QBT_RECHECK_SECONDS
- amount of seconds the script will sleep before rechecking again (defaults to60
)
- Sonaryr - Initial work - Sonaryr
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.