2017-02-17 08:45:48 +00:00
|
|
|
{
|
|
|
|
"id": "org.freshrss.cloudronapp",
|
|
|
|
"title": "FreshRSS",
|
|
|
|
"author": "FreshRSS Developers",
|
|
|
|
"description": "file://DESCRIPTION.md",
|
|
|
|
"changelog": "file://CHANGELOG",
|
2017-02-17 10:28:42 +00:00
|
|
|
"tagline": "RSS feed reader",
|
2020-06-02 02:02:02 +00:00
|
|
|
"version": "1.9.1",
|
2017-02-17 08:45:48 +00:00
|
|
|
"healthCheckPath": "/",
|
|
|
|
"httpPort": 8000,
|
|
|
|
"addons": {
|
|
|
|
"localstorage": {},
|
2017-02-22 23:24:06 +00:00
|
|
|
"mysql": {},
|
|
|
|
"scheduler": {
|
|
|
|
"update_feeds": {
|
|
|
|
"schedule": "*/1 * * * *",
|
|
|
|
"command": "/usr/local/bin/gosu www-data:www-data php /app/code/app/actualize_script.php"
|
|
|
|
}
|
|
|
|
}
|
2017-02-17 08:45:48 +00:00
|
|
|
},
|
2020-03-27 06:21:07 +00:00
|
|
|
"manifestVersion": 2,
|
2017-02-17 08:45:48 +00:00
|
|
|
"website": "http://www.freshrss.org",
|
|
|
|
"contactEmail": "support@cloudron.io",
|
|
|
|
"icon": "logo.png",
|
2020-07-16 22:53:55 +00:00
|
|
|
"tags": [ "rss", "atom", "greader", "reader", "news", "feeds", "feedly" ],
|
2017-02-17 08:45:48 +00:00
|
|
|
"mediaLinks": [
|
2020-07-16 22:53:55 +00:00
|
|
|
"https://cloudron-app-screenshots.s3.amazonaws.com/org.freshrss.cloudronapp/7d731e71a6faa3791e19b7d7daf468a9486349cc/1.png"
|
2017-02-17 08:45:48 +00:00
|
|
|
],
|
2018-05-31 21:37:04 +00:00
|
|
|
"postInstallMessage": "file://POSTINSTALL.md",
|
2020-07-16 22:53:55 +00:00
|
|
|
"minBoxVersion": "5.3.0",
|
|
|
|
"forumUrl": "https://forum.cloudron.io/category/27/freshrss",
|
2018-05-31 21:37:04 +00:00
|
|
|
"documentationUrl": "https://cloudron.io/documentation/apps/freshrss/"
|
2017-02-17 08:45:48 +00:00
|
|
|
}
|