Automatically update the trackers which will be automatically added to new torrents.
10K+
Automatically update the list of trackers that will be added to new torrents in qBittorrent.
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 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
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
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.Licensed under MIT license.
Content type
Image
Digest
sha256:e610e7788…
Size
52 MB
Last updated
over 2 years ago
docker pull boris1993/qbittorrent-tracker-auto-add