Browse Source

Update freshrss to 1.24.1 (#1252)

main
Nathan Fretz 6 months ago
committed by GitHub
parent
commit
b16807b453
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      freshrss/docker-compose.yml
  2. 16
      freshrss/umbrel-app.yml

2
freshrss/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
server: server:
image: linuxserver/freshrss:1.23.1@sha256:1d5a55e51551e0b5138fbfefb02c7c8e4fba4c3bb6678fd40bfeb7544ae0aab7 image: linuxserver/freshrss:1.24.1@sha256:5cea390f446e2c7aa8ef71845143ad8489913bad28381fce71abdfd8fdca1dd1
restart: on-failure restart: on-failure
environment: environment:
- PUID=1000 - PUID=1000

16
freshrss/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: freshrss id: freshrss
category: social category: social
name: FreshRSS name: FreshRSS
version: "1.23.1" version: "1.24.1"
tagline: A free, self-hostable aggregator for rss feeds tagline: A free, self-hostable aggregator for rss feeds
description: >- description: >-
FreshRSS is an RSS aggregator and reader. It enables you to seamlessly read and follow content from multiple websites at FreshRSS is an RSS aggregator and reader. It enables you to seamlessly read and follow content from multiple websites at
@ -23,10 +23,20 @@ description: >-
- and more! - and more!
releaseNotes: >- releaseNotes: >-
🔔 FreshRSS on Umbrel is now configured to allow connections from your other RSS Reader apps like NetNewsWire! This update includes several bug fixes and improvements:
- New button to export OMPL of a category
This release updates FreshRSS from version 1.22.1 to 1.23.1. Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases. - Improved error messages in the built-in Web update
- Fixed various UI issues and regressions
- Improved support for PostgreSQL databases with uppercase letters
- Enhanced drag & drop functionality
Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases.
developer: FreshRSS Org developer: FreshRSS Org
website: https://freshrss.org/ website: https://freshrss.org/
dependencies: [] dependencies: []

Loading…
Cancel
Save