chore(deps): update lscr.io/linuxserver/freshrss docker tag to v1.24.1 (#3669)

This commit is contained in:
renovate[bot] 2024-06-05 17:07:30 +00:00 committed by GitHub
parent f114df2ecc
commit 7fd06f085e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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… ",

View File

@ -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