Sign inSign up

boris1993/qbittorrent-tracker-auto-add

By boris1993

Updated about 2 months ago

Automatically update the trackers which will be automatically added to new torrents.

Image
2

10K+

boris1993/qbittorrent-tracker-auto-add repository overview

qBittorrent Tracker Auto Add

中文

Automatically update the list of trackers that will be added to new torrents in qBittorrent.

GitHub License GitHub Actions Workflow Status Docker Pulls Docker Image Version Docker Image Size

Usage

You can also download from Aliyun with image registry.cn-hangzhou.aliyuncs.com/boris1993/qbittorrent-tracker-auto-add if you have difficulty accessing to Docker Hub.

Docker
docker run \
  -e QBITTORRENT_ENDPOINT=http://localhost:8080 \
  -e QBITTORRENT_USERNAME=admin \
  -e QBITTORRENT_PASSWORD=password \
  --name qbittorrent-tracker-auto-add \
  boris1993/qbittorrent-tracker-auto-add:latest
Docker Compose
version: '3'

services:
  qbittorrent-tracker-auto-add:
    image: boris1993/qbittorrent-tracker-auto-add:latest
    container_name: qbittorrent-tracker-auto-add
    restart: always
    environment:
      QBITTORRENT_ENDPOINT: 'http://127.0.0.1:8080'
      QBITTORRENT_USERNAME: admin
      QBITTORRENT_PASSWORD: password
Optional Parameters
  • TZ - Specify the timezone in the container. Default is UTC.
  • CRON - Specify the run schedule in the crontab format. Default is hourly (0 * * * *).
  • QBITTORRENT_TRACKER_LIST - Specify the tracker list to be downloaded. Default is the best trackers from ngosang/trackerslist.
  • all_proxy - Specify the HTTP proxy if you have difficulty downloading the tracker list.

License

Licensed under MIT license.

Tag summary

Content type

Image

Digest

sha256:e610e7788

Size

52 MB

Last updated

over 2 years ago

docker pull boris1993/qbittorrent-tracker-auto-add