From 0b9909e6f951c417d39a0ace59f91cf848b4f08e Mon Sep 17 00:00:00 2001 From: Kim Brian Ramberg Date: Mon, 25 May 2026 16:18:23 +0200 Subject: [PATCH] Fixed tdarr settings --- freshrss/log/logrotate.status | 4 ++-- tdarr/config/Tdarr_Server_Config.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/freshrss/log/logrotate.status b/freshrss/log/logrotate.status index 06ca967..6c06514 100644 --- a/freshrss/log/logrotate.status +++ b/freshrss/log/logrotate.status @@ -1,6 +1,6 @@ logrotate state -- version 2 "/var/log/acpid.log" 2026-1-19-2:0:0 -"/config/log/nginx/access.log" 2026-5-17-2:0:0 +"/config/log/nginx/access.log" 2026-5-24-2:0:0 "/var/log/php84/*.log" 2026-1-19-2:0:0 "/config/log/nginx/error.log" 2026-1-19-2:0:0 -"/config/log/php/error.log" 2026-5-17-2:0:0 +"/config/log/php/error.log" 2026-5-24-2:0:0 diff --git a/tdarr/config/Tdarr_Server_Config.json b/tdarr/config/Tdarr_Server_Config.json index 3620912..9e5a382 100644 --- a/tdarr/config/Tdarr_Server_Config.json +++ b/tdarr/config/Tdarr_Server_Config.json @@ -14,5 +14,6 @@ "auth": false, "authSecretKey": "tsec_1173ce0a0f5da178172d2bf1cecc85bc4814b5a377f7bf62e4b96c5ca5c4fb60", "maxLogSizeMB": 10, - "seededApiKey": "" + "seededApiKey": "", + "jobReportsPath": "" } \ No newline at end of file