From f17e09f840d30166aaa046f4db5be31b0840d562 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Sun, 2 Aug 2026 22:33:44 -0400 Subject: [PATCH] ts-freshrss: verified 2026-08-02 Official freshrss/freshrss:8400 image, single container with SQLite in named volumes. No external DB. Verified end-to-end on the Mac mini. Notes the TZ and CRON_MIN env vars (PHP timezone and feed refresh cron) and the web installer first-run flow. --- catalog.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/catalog.yaml b/catalog.yaml index aff61a4..dc9cc51 100644 --- a/catalog.yaml +++ b/catalog.yaml @@ -148,14 +148,19 @@ apps: - service: freshrss display_name: FreshRSS - image: linuxserver/freshrss - image_tag: latest + image: freshrss/freshrss + image_tag: "8400" port: 80 db: sqlite architecture: single first_run: auto - test_status: untested - repo: https://gitea.damconsulting.llc/dam/ts-freshrss + test_status: verified + test_date: 2026-08-02 + repo: https://gitea.damconsulting.llc/DAM/ts-freshrss + notes: | + Official freshrss/freshrss image. Single container, SQLite in named volumes. + Env vars: TZ (PHP timezone), CRON_MIN (CSV of minutes for feed refresh cron). + First-run: complete the web installer at the Tailscale URL. - service: gitea display_name: Gitea