docs: mark cron scheduler tasks complete, fix outdated examples

This commit is contained in:
2026-02-22 10:14:38 +01:00
parent 61f35632b9
commit dee2601bda
3 changed files with 125 additions and 165 deletions

View File

@@ -585,7 +585,12 @@ Configuration is stored in `data/config.json`:
{
"name": "Aniworld",
"data_dir": "data",
"scheduler": { "enabled": true, "interval_minutes": 60 },
"scheduler": {
"enabled": true,
"schedule_time": "03:00",
"schedule_days": ["mon", "tue", "wed", "thu", "fri", "sat", "sun"],
"auto_download_after_rescan": false
},
"logging": { "level": "INFO" },
"backup": { "enabled": false, "path": "data/backups" },
"other": {