1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-21 20:37:35 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Girish Ramakrishnan
137e54bc01 Version 1.15.3-1 2023-08-17 18:01:49 +05:30
Girish Ramakrishnan
3dc389a3e0 Version 1.15.3 2022-12-08 16:17:26 +01:00
Girish Ramakrishnan
50c187a247 Update extensions 2022-12-08 16:07:45 +01:00
4 changed files with 7 additions and 5 deletions

View File

@@ -248,3 +248,7 @@
* Update Cloudron base image to 4.0.0
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.20.2)
* Fix security vulnerability in ext.php #4928 reported by @c3l3si4n
[1.15.3]
* Update FreshRSS extensions repo to f66efcf5f

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "RSS feed reader",
"version": "1.15.2",
"version": "1.15.3-1",
"upstreamVersion": "1.20.2",
"healthCheckPath": "/",
"httpPort": 8000,

View File

@@ -1,5 +1,3 @@
This app packages FreshRSS <upstream>1.19.2</upstream>.
## About
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.

View File

@@ -8,8 +8,8 @@ RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz | tar
RUN mv data data-orig && ln -s /app/data data
# official extensions
RUN wget https://github.com/FreshRSS/Extensions/archive/1784092164139dc6961ba5cc5b920331b586acbc.tar.gz -O - | tar -xz --strip-components=1 -C /app/code/extensions && \
# official extensions (https://github.com/FreshRSS/Extensions/commits/master)
RUN wget https://github.com/FreshRSS/Extensions/archive/f66efcf5feb1245607c2e3ac9ef4176b5f2801b3.tar.gz -O - | tar -xz --strip-components=1 -C /app/code/extensions && \
mv /app/code/extensions /app/code/extensions-orig && \
ln -s /app/data/extensions /app/code/extensions