mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-16 10:19:15 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a969ec1719 | ||
|
19450e9212 |
@@ -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
|
||||
|
@@ -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": {
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user