Nathan Fretz
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
3 deletions
-
freshrss/docker-compose.yml
-
freshrss/umbrel-app.yml
|
|
@ -5,9 +5,10 @@ services: |
|
|
|
environment: |
|
|
|
APP_HOST: freshrss_server_1 |
|
|
|
APP_PORT: 80 |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
|
|
|
|
|
server: |
|
|
|
image: linuxserver/freshrss:1.22.1@sha256:705b4a5a1b50244ead4002f8c04f0c4e0ae9750a618e75cd73a9258c6b0a381c |
|
|
|
image: linuxserver/freshrss:1.23.1@sha256:1d5a55e51551e0b5138fbfefb02c7c8e4fba4c3bb6678fd40bfeb7544ae0aab7 |
|
|
|
restart: on-failure |
|
|
|
environment: |
|
|
|
- PUID=1000 |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: freshrss |
|
|
|
category: social |
|
|
|
name: FreshRSS |
|
|
|
version: "1.22.1" |
|
|
|
version: "1.23.1" |
|
|
|
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,7 +23,10 @@ description: >- |
|
|
|
|
|
|
|
- and more! |
|
|
|
releaseNotes: >- |
|
|
|
This release updates FreshRSS from version 1.21.0 to 1.22.1. Full release notes are available at https://github.com/FreshRSS/FreshRSS/releases. |
|
|
|
🔔 FreshRSS on Umbrel is now configured to allow connections from your other RSS Reader apps like NetNewsWire! |
|
|
|
|
|
|
|
|
|
|
|
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. |
|
|
|
developer: FreshRSS Org |
|
|
|
website: https://freshrss.org/ |
|
|
|
dependencies: [] |
|
|
|