1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-16 10:19:15 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Dennis Schwerdel
a969ec1719 Updated to 1.8.0 2017-10-02 17:55:21 +02:00
Dennis Schwerdel
19450e9212 Updated to 1.7.0 2017-06-04 00:30:23 +02:00
4 changed files with 10 additions and 4 deletions

View File

@@ -24,3 +24,9 @@
* Storing sessions in /run
* Storing api logs in /tmp
* Set some php options
[0.6.0]
* Updated to FreshRSS 1.7.0
[0.7.0]
* Updated to FreshRSS 1.8.0

View File

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

View File

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

View File

@@ -7,8 +7,8 @@ RUN apt-get update \
&& apt-get -y install php php-curl php-gmp php-intl php-mbstring php-xml php-zip \
libapache2-mod-php mysql-client php-mysql
ENV VERSION 1.6.3
ENV EXTENSIONS_VERSION eac4b749775c3e1b584c1a6b4a4487e4a4b8b159
ENV VERSION 1.8.0
ENV EXTENSIONS_VERSION a60a0ce5d0d864b5654a4d2609167d03c2299500
RUN mkdir -p /app/code
WORKDIR /app/code