Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
15 additions and
15 deletions
-
freshrss/docker-compose.yml
-
freshrss/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
|
|
|
|
|
server: |
|
|
|
image: linuxserver/freshrss:1.24.1@sha256:5cea390f446e2c7aa8ef71845143ad8489913bad28381fce71abdfd8fdca1dd1 |
|
|
|
image: linuxserver/freshrss:1.24.2@sha256:c25bdcb475160fb9ac8e0dfd2c44d0c865663a8cc80c9698aa3f02a2f0fe2205 |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
- PUID=1000 |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: freshrss |
|
|
|
category: social |
|
|
|
name: FreshRSS |
|
|
|
version: "1.24.1" |
|
|
|
version: "1.24.2" |
|
|
|
tagline: A free, self-hostable aggregator for rss feeds |
|
|
|
description: >- |
|
|
|
FreshRSS is an RSS aggregator and reader. It enables you to seamlessly read and follow content from multiple websites at |
|
|
@ -23,19 +23,19 @@ description: >- |
|
|
|
|
|
|
|
- and more! |
|
|
|
releaseNotes: >- |
|
|
|
This update includes several bug fixes and improvements: |
|
|
|
|
|
|
|
- New button to export OMPL of a category |
|
|
|
|
|
|
|
- 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 |
|
|
|
|
|
|
|
|
|
|
|
This update includes several new features and improvements: |
|
|
|
|
|
|
|
- New global option to automatically add articles to favourites |
|
|
|
|
|
|
|
- New option to share articles from the article title line |
|
|
|
|
|
|
|
- Add core extensions for UserCSS and UserJS |
|
|
|
|
|
|
|
- Improved detection of image types for enclosures |
|
|
|
|
|
|
|
- Various UI and style improvements |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases. |
|
|
|
developer: FreshRSS Org |
|
|
|
website: https://freshrss.org/ |
|
|
|