mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 02:54:03 +02:00
Code Rewrite to support multi instances
This commit is contained in:
63
config/config_example.yaml
Normal file
63
config/config_example.yaml
Normal file
@@ -0,0 +1,63 @@
|
||||
general:
|
||||
log_level: INFO
|
||||
test_run: true
|
||||
timer: 10
|
||||
# ignored_download_clients: ["emulerr"]
|
||||
# ssl_verification: false # Optional: Defaults to true
|
||||
# private_tracker_handling: "obsolete_tag" # remove, skip, obsolete_tag. Optional. Default: remove
|
||||
# public_tracker_handling: "remove" # remove, skip, obsolete_tag. Optional. Default: remove
|
||||
# obsolete_tag: "Obsolete" # optional. Default: "Obsolete"
|
||||
# protected_tag: "Keep" # optional. Default: "Keep"
|
||||
|
||||
job_defaults:
|
||||
max_strikes: 3
|
||||
min_days_between_searches: 7
|
||||
max_concurrent_searches: 3
|
||||
|
||||
jobs:
|
||||
remove_bad_files:
|
||||
remove_failed_downloads:
|
||||
remove_failed_imports:
|
||||
message_patterns:
|
||||
- Not a Custom Format upgrade for existing*
|
||||
- Not an upgrade for existing*
|
||||
remove_metadata_missing:
|
||||
# max_strikes: 3
|
||||
remove_missing_files:
|
||||
remove_orphans:
|
||||
remove_slow:
|
||||
# min_speed: 100
|
||||
# max_strikes: 3
|
||||
remove_stalled:
|
||||
# max_strikes: 3
|
||||
remove_unmonitored:
|
||||
search_unmet_cutoff_content:
|
||||
# min_days_between_searches: 7
|
||||
# max_concurrent_searches: 3
|
||||
search_missing_content:
|
||||
# min_days_between_searches: 7
|
||||
# max_concurrent_searches: 3
|
||||
|
||||
instances:
|
||||
sonarr:
|
||||
- base_url: "http://sonarr:8989"
|
||||
api_key: "xxxx"
|
||||
radarr:
|
||||
- base_url: "http://radarr:7878"
|
||||
api_key: "xxxx"
|
||||
readarr:
|
||||
- base_url: "http://readarr:8787"
|
||||
api_key: "xxxx"
|
||||
lidarr:
|
||||
- base_url: "http://lidarr:8686"
|
||||
api_key: "xxxx"
|
||||
whisparr:
|
||||
- base_url: "http://whisparr:6969"
|
||||
api_key: "xxxx"
|
||||
|
||||
download_clients:
|
||||
qbittorrent:
|
||||
- base_url: "http://qbittorrent:8080" # You can use decluttar 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