mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-22 12:57:36 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
137e54bc01 | ||
|
3dc389a3e0 | ||
|
50c187a247 |
@@ -248,3 +248,7 @@
|
|||||||
* Update Cloudron base image to 4.0.0
|
* Update Cloudron base image to 4.0.0
|
||||||
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.20.2)
|
* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.20.2)
|
||||||
* Fix security vulnerability in ext.php #4928 reported by @c3l3si4n
|
* Fix security vulnerability in ext.php #4928 reported by @c3l3si4n
|
||||||
|
|
||||||
|
[1.15.3]
|
||||||
|
* Update FreshRSS extensions repo to f66efcf5f
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG.md",
|
"changelog": "file://CHANGELOG.md",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "1.15.2",
|
"version": "1.15.3-1",
|
||||||
"upstreamVersion": "1.20.2",
|
"upstreamVersion": "1.20.2",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
This app packages FreshRSS <upstream>1.19.2</upstream>.
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
||||||
|
@@ -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
|
RUN mv data data-orig && ln -s /app/data data
|
||||||
|
|
||||||
# official extensions
|
# official extensions (https://github.com/FreshRSS/Extensions/commits/master)
|
||||||
RUN wget https://github.com/FreshRSS/Extensions/archive/1784092164139dc6961ba5cc5b920331b586acbc.tar.gz -O - | tar -xz --strip-components=1 -C /app/code/extensions && \
|
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 && \
|
mv /app/code/extensions /app/code/extensions-orig && \
|
||||||
ln -s /app/data/extensions /app/code/extensions
|
ln -s /app/data/extensions /app/code/extensions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user