From db1a386f3b423180482e78fc3222a1d157fb1bba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:35:03 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/freshrss docker tag to v1.22.0 (#1453) --- apps/freshrss/config.json | 8 +++++--- apps/freshrss/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/freshrss/config.json b/apps/freshrss/config.json index a9199562..1cb7de95 100644 --- a/apps/freshrss/config.json +++ b/apps/freshrss/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8086, "id": "freshrss", - "tipi_version": 5, - "version": "1.21.0", - "categories": ["utilities"], + "tipi_version": 6, + "version": "1.22.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/", diff --git a/apps/freshrss/docker-compose.yml b/apps/freshrss/docker-compose.yml index 384b5446..0d641db9 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.21.0 + image: lscr.io/linuxserver/freshrss:1.22.0 container_name: freshrss environment: - PUID=1000