Changelog 0.5.0

This commit is contained in:
Mukhtar Akere
2025-03-05 20:15:10 +01:00
parent 1c06407900
commit a83f3d72ce
30 changed files with 1787 additions and 342 deletions

View File

@@ -58,7 +58,7 @@
"name": "sonarr",
"host": "http://host:8989",
"token": "arr_key",
"cleanup": false
"cleanup": true
},
{
"name": "radarr",
@@ -72,11 +72,12 @@
"interval": "12h",
"run_on_start": false,
"zurg_url": "http://zurg:9999",
"skip_deletion": false
"auto_process": false
},
"log_level": "info",
"min_file_size": "",
"max_file_size": "",
"allowed_file_types": [],
"use_auth": false
"use_auth": false,
"discord_webhook_url": "https://discord.com/api/webhooks/...",
}