From 7fd06f085e8f6bce83e0aeda0d1a5d83f75ab9ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:07:30 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/freshrss docker tag to v1.24.1 (#3669) --- apps/freshrss/config.json | 4 ++-- apps/freshrss/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/freshrss/config.json b/apps/freshrss/config.json index 605a7010..9c2ae363 100644 --- a/apps/freshrss/config.json +++ b/apps/freshrss/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8086, "id": "freshrss", - "tipi_version": 10, - "version": "1.24.0", + "tipi_version": 11, + "version": "1.24.1", "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… ", diff --git a/apps/freshrss/docker-compose.yml b/apps/freshrss/docker-compose.yml index e90508d4..e2c69af0 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.24.0 + image: lscr.io/linuxserver/freshrss:1.24.1 container_name: freshrss environment: - PUID=1000