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`." + } + ] }