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.
This commit is contained in:
peskyadmin
2026-08-02 22:33:44 -04:00
parent e65b207ad0
commit f17e09f840

View File

@@ -148,14 +148,19 @@ apps:
- service: freshrss - service: freshrss
display_name: FreshRSS display_name: FreshRSS
image: linuxserver/freshrss image: freshrss/freshrss
image_tag: latest image_tag: "8400"
port: 80 port: 80
db: sqlite db: sqlite
architecture: single architecture: single
first_run: auto first_run: auto
test_status: untested test_status: verified
repo: https://gitea.damconsulting.llc/dam/ts-freshrss 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 - service: gitea
display_name: Gitea display_name: Gitea