https://github.com/boris1993/qbittorrent-tracker-auto-add
Automatically update the trackers which will be automatically added to new torrents.
https://github.com/boris1993/qbittorrent-tracker-auto-add
Last synced: 6 months ago
JSON representation
Automatically update the trackers which will be automatically added to new torrents.
- Host: GitHub
- URL: https://github.com/boris1993/qbittorrent-tracker-auto-add
- Owner: boris1993
- License: mit
- Created: 2024-06-02T04:56:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-18T04:59:46.000Z (over 1 year ago)
- Last Synced: 2025-02-14T06:31:24.233Z (8 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
qBittorrent Tracker Auto Add
--
[中文](README_zh.md)Automatically update the list of trackers that will be added to new torrents in qBittorrent.




## 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
```shell
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
```yaml
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](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt).
- `all_proxy` - Specify the HTTP proxy if you have difficulty downloading the tracker list.## License
Licensed under [MIT](LICENSE) license.