Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.53 KB

README.MD

File metadata and controls

61 lines (40 loc) · 1.53 KB

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.