mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-24 06:28:55 -05:00
72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": "Debug",
|
|
"Enhanced": true,
|
|
"File": {
|
|
"Enabled": false,
|
|
"Path": ""
|
|
}
|
|
},
|
|
"Triggers": {
|
|
"QueueCleaner": "0/10 * * * * ?",
|
|
"ContentBlocker": "0/10 * * * * ?"
|
|
},
|
|
"ContentBlocker": {
|
|
"Enabled": true,
|
|
"IGNORE_PRIVATE": true,
|
|
"Blacklist": {
|
|
"Enabled": false,
|
|
"Path": "https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/blacklist"
|
|
},
|
|
"Whitelist": {
|
|
"Enabled": false,
|
|
"Path": "https://raw.githubusercontent.com/flmorg/cleanuperr/refs/heads/main/whitelist"
|
|
}
|
|
},
|
|
"QueueCleaner": {
|
|
"Enabled": true,
|
|
"RunSequentially": true,
|
|
"IMPORT_FAILED_MAX_STRIKES": 5,
|
|
"IMPORT_FAILED_IGNORE_PRIVATE": true,
|
|
"IMPORT_FAILED_IGNORE_PATTERNS": [
|
|
"file is a sample"
|
|
],
|
|
"STALLED_MAX_STRIKES": 5,
|
|
"STALLED_IGNORE_PRIVATE": true
|
|
},
|
|
"DOWNLOAD_CLIENT": "qbittorrent",
|
|
"qBittorrent": {
|
|
"Url": "http://localhost:8080",
|
|
"Username": "test",
|
|
"Password": "testing"
|
|
},
|
|
"Deluge": {
|
|
"Url": "http://localhost:8112",
|
|
"Password": "testing"
|
|
},
|
|
"Transmission": {
|
|
"Url": "http://localhost:9091",
|
|
"Username": "test",
|
|
"Password": "testing"
|
|
},
|
|
"Sonarr": {
|
|
"Enabled": true,
|
|
"SearchType": "Episode",
|
|
"Instances": [
|
|
{
|
|
"Url": "http://localhost:8989",
|
|
"ApiKey": "96736c3eb3144936b8f1d62d27be8cee"
|
|
}
|
|
]
|
|
},
|
|
"Radarr": {
|
|
"Enabled": true,
|
|
"Instances": [
|
|
{
|
|
"Url": "http://localhost:7878",
|
|
"ApiKey": "705b553732ab4167ab23909305d60600"
|
|
}
|
|
]
|
|
}
|
|
}
|