Add support for excluding specific trackers in qBittorrent script

This commit is contained in:
Kelly Thomas Reardon
2024-12-28 07:37:17 -06:00
parent 7d1930e1b6
commit dde1ea182b
2 changed files with 9 additions and 9 deletions
+2 -1
View File
@@ -10,4 +10,5 @@ services:
- QBTPORT=8787 # qbittorrent port
- QBTUSER=admin # qbittorrent webUI username
- QBTPASSWORD=adminpass # qbittorrent webUI password
- NOTIFICATIONWEBHOOKURL=https://discord.com/api/webhooks/<webhookURL> # discord notification wehook URL
- NOTIFICATIONWEBHOOKURL=https://discord.com/api/webhooks/<webhookURL> # discord notification wehook URL
- EXCLUDEDTRACKERS=tracker1.com,tracker2.com # comma separated list of tracker names to exclude