Script to delete torrents from qBittorrent that have a tracker error like Torrent not Registered
or Unregistered torrent
.
See examples in the examples/compose directory
See examples in the examples/kubernetes directory
Name | Description | Default | Required |
---|---|---|---|
LOG_LEVEL |
0 disable logging, 1 log errors or torrents deleted, 2 log everything |
1 |
❌ |
DRY_RUN |
Set this to false to actually delete torrents from qBittorrent |
true |
❌ |
QB_URL |
qBittorrent URL | ✅ | |
QB_USERNAME |
qBittorrent username | ✅ | |
QB_PASSWORD |
qBittorrent password | ✅ | |
QB_DELETE_FILES |
Set this to false to keep the files on disk, but delete from qBittorrent |
true |
❌ |
QB_CATEGORIES |
Comma delimited list of categories in qBittorrent that will be checked | ✅ | |
DISABLE_SSL_VERIFY |
Set to true to disable SSL verification |
false |
❌ |
PUSHOVER_USER_KEY |
Set to your Pushover User Key to enable notifications | ❌ | |
PUSHOVER_TOKEN |
Set to your Pushover Application Key to enable notifications | ❌ | |
PUSHOVER_PRIORITY |
Set Pushover notification priority | -1 |
❌ |