Skip to content

Restart your errored qBittorrent downloads automatically

License

Notifications You must be signed in to change notification settings

Sonaryr/qbt-resumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qbt-resumer

Restart your errored qBittorrent downloads automatically

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this container you'll need docker installed.

Usage

Quickstart

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    

Environment Variables

  • QBT_USER - username for the Web UI of qBittorrent (defaults to admin)
  • QBT_PASSWORD - password for the Web UI of qBittorrent (defaults to adminadmin)
  • QBT_URL -URL for the Web UI of qBittorrent (defaults to http://localhost:8080)
  • QBT_RECHECK_SECONDS - amount of seconds the script will sleep before rechecking again (defaults to 60)

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Restart your errored qBittorrent downloads automatically

Resources

License

Stars

Watchers

Forks

Packages

No packages published