From 25331dbb3a2c00828cbfa499220298725ac586f1 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sun, 21 Dec 2025 23:04:25 +0100 Subject: [PATCH] Add notes about daily cron job to recyclarr.json - Info about automatic daily sync via cron - Reference to cron file location for customization - Warning about configuring instances before first sync --- frontend/public/json/recyclarr.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/recyclarr.json b/frontend/public/json/recyclarr.json index 573516dd7..0bb98933c 100644 --- a/frontend/public/json/recyclarr.json +++ b/frontend/public/json/recyclarr.json @@ -31,5 +31,14 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "type": "warning", + "content": "Configure your Radarr/Sonarr instances in `/root/.config/recyclarr/recyclarr.yml` before the first sync." + }, + { + "type": "info", + "content": "Automatic daily sync is configured via `/etc/cron.d/recyclarr`. Sync logs are saved to `/root/.config/recyclarr/sync.log`." + } + ] }