From eb5b1774e4bff3097dcdeec517ca62965c2532ff Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 25 May 2026 02:56:02 +0200 Subject: [PATCH] feat(tt-rss): Update feeds even for inactive users --- templates.d/tt-rss/fqdn_context.env | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates.d/tt-rss/fqdn_context.env b/templates.d/tt-rss/fqdn_context.env index e294e4f..9f84d73 100644 --- a/templates.d/tt-rss/fqdn_context.env +++ b/templates.d/tt-rss/fqdn_context.env @@ -8,7 +8,11 @@ # RESTARTPOLICY=always -# Other available defaults from https://tt-rss.org/wiki/InstallationNotes/: +# Other available defaults from https://github.com/tt-rss/tt-rss/wiki/Installation-Guide: + +# Keep updating feeds even for users who rarely log in. Note that this also +# effectively disables purging of articles for users who rarely log in. +# TTRSS_DAEMON_UPDATE_LOGIN_LIMIT=0 # Run FPM under this UID/GID. # OWNER_UID=1000