From 37d9cd1f673e8b3859ff05519e270a28b5d864a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 19:29:27 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/freshrss docker tag to v1.24.0 (#3562) --- apps/freshrss/config.json | 13 ++++--------- apps/freshrss/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/freshrss/config.json b/apps/freshrss/config.json index e71f3fef..605a7010 100644 --- a/apps/freshrss/config.json +++ b/apps/freshrss/config.json @@ -5,18 +5,13 @@ "exposable": true, "port": 8086, "id": "freshrss", - "tipi_version": 9, - "version": "1.23.1", - "categories": [ - "utilities" - ], + "tipi_version": 10, + "version": "1.24.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/", "source": "https://github.com/FreshRSS/FreshRSS", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/freshrss/docker-compose.yml b/apps/freshrss/docker-compose.yml index e52fcb17..e90508d4 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.23.1 + image: lscr.io/linuxserver/freshrss:1.24.0 container_name: freshrss environment: - PUID=1000