mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-21 12:27:36 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
7bba9af744 | ||
|
fff81ead59 |
@@ -75,3 +75,12 @@
|
|||||||
* Remove some counterproductive preload / prefetch rules #2040
|
* Remove some counterproductive preload / prefetch rules #2040
|
||||||
* Improved fast flush (earlier transfer, fetching of resources, and rendering) #2045
|
* Improved fast flush (earlier transfer, fetching of resources, and rendering) #2045
|
||||||
|
|
||||||
|
[1.4.0]
|
||||||
|
* Update FreshRSS to 1.13.0
|
||||||
|
* [Full changelog](https://github.com/FreshRSS/FreshRSS/blob/1.13.0/CHANGELOG.md)
|
||||||
|
* Improvements to the Google Reader API #2093
|
||||||
|
* Support for Vienna RSS (client for Mac OS X) #2091
|
||||||
|
* Ability to import XML files exported from Tiny-Tiny-RSS #2079
|
||||||
|
* Ability to show all the feeds that have a warning #2146
|
||||||
|
* Share with Pinboard #1972
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This app packages FreshRSS <upstream>1.12.0</upstream>.
|
This app packages FreshRSS <upstream>1.13.0</upstream>.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@ FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c
|
|||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/1.12.0.tar.gz | tar -zxvf - --strip-components=1
|
RUN curl -L https://github.com/FreshRSS/FreshRSS/archive/1.13.0.tar.gz | tar -zxvf - --strip-components=1
|
||||||
|
|
||||||
RUN mv data data-orig && ln -s /app/data data
|
RUN mv data data-orig && ln -s /app/data data
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user