mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 02:54:03 +02:00
Added sigterm handling to exit cleanly when running in Docker.
Fixed typos and various linting issues such as PEP violations. Added ruff and fixed common issues and linting issues.
This commit is contained in:
@@ -57,7 +57,7 @@ instances:
|
||||
|
||||
download_clients:
|
||||
qbittorrent:
|
||||
- base_url: "http://qbittorrent:8080" # You can use decluttar without qbit (not all features available, see readme).
|
||||
- base_url: "http://qbittorrent:8080" # You can use decluttarr without qbit (not all features available, see readme).
|
||||
# username: xxxx # (optional -> if not provided, assuming not needed)
|
||||
# password: xxxx # (optional -> if not provided, assuming not needed)
|
||||
# name: "qBittorrent" # (optional -> if not provided, assuming "qBittorrent". Must correspond with what is specified in your *arr as download client name)
|
||||
|
||||
Reference in New Issue
Block a user