1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-17 02:39:06 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
808727e951 Version 1.1.0 2018-09-08 16:46:18 -07:00
Girish Ramakrishnan
8a3030ac83 Update FreshRSS to 1.11.0 2018-09-08 16:39:52 -07:00
4 changed files with 7 additions and 3 deletions

View File

@@ -43,3 +43,7 @@
[1.0.0]
* Fix issue where static extension assets were not served
[1.1.0]
* Update FreshRSS to 1.11.0

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "RSS feed reader",
"version": "1.0.0",
"version": "1.1.0",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {

View File

@@ -1,4 +1,4 @@
This app packages FreshRSS <upstream>1.10.2</upstream>.
This app packages FreshRSS <upstream>1.11.0</upstream>.
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.

View File

@@ -10,7 +10,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code
# contains fix for extensions_path (see #2)
RUN curl -L https://github.com/cloudron-io/FreshRSS/archive/d56d8f31bd0e1f73e91ab9130a25fa0121cfd086.tar.gz | tar -zxvf - --strip-components=1
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/1.11.0.tar.gz | tar -zxvf - --strip-components=1
RUN mv data data-orig && ln -s /app/data data