From 0a113b4a08af756055c623900772b513a058d7c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 22:14:03 +0000 Subject: [PATCH 1/2] chore(deps): update lscr.io/linuxserver/freshrss docker tag to v1.20.0 --- apps/freshrss/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/freshrss/docker-compose.yml b/apps/freshrss/docker-compose.yml index fad93148..a454c665 100644 --- a/apps/freshrss/docker-compose.yml +++ b/apps/freshrss/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: freshrss: - image: lscr.io/linuxserver/freshrss:1.19.2 + image: lscr.io/linuxserver/freshrss:1.20.0 container_name: freshrss environment: - PUID=1000 From bfc726002eb37bbd8cb9068ccf8e4b4cc8766bff Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 13 Oct 2022 22:14:15 +0000 Subject: [PATCH 2/2] Update app version --- apps/freshrss/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/freshrss/config.json b/apps/freshrss/config.json index 596424dc..62f73c2b 100644 --- a/apps/freshrss/config.json +++ b/apps/freshrss/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8086, "id": "freshrss", - "tipi_version": 2, - "version": "1.19.2", - "categories": ["utilities"], + "tipi_version": 3, + "version": "1.20.0", + "categories": [ + "utilities" + ], "description": "FreshRSS is a self-hosted RSS feed aggregator like Leed or Kriss Feed.\nIt is lightweight, easy to work with, powerful, and customizable.\n\nIt is a multi-user application with an anonymous reading mode. It supports custom tags. There is an API for (mobile) clients, and a Command-Line Interface.\n\nThanks to the WebSub standard (formerly PubSubHubbub), FreshRSS is able to receive instant push notifications from compatible sources, such as Mastodon, Friendica, WordPress, Blogger, FeedBurner, etc.\n\nFreshRSS natively supports basic Web scraping, based on XPath, for Web sites not providing any RSS / Atom feed.\n\nFinally, it supports extensions for further tuning.", "short_desc": "A free, self-hostable aggregator… ", "author": "https://freshrss.org/",