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",
|
2017-05-24 18:29:08 +00:00
|
|
|
"version": "0.4.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
|
|
|
},
|
|
|
|
"manifestVersion": 1,
|
|
|
|
"website": "http://www.freshrss.org",
|
|
|
|
"contactEmail": "support@cloudron.io",
|
|
|
|
"icon": "logo.png",
|
|
|
|
"tags": [
|
2017-02-17 10:28:42 +00:00
|
|
|
"rss",
|
|
|
|
"atom",
|
|
|
|
"greader",
|
|
|
|
"reader",
|
|
|
|
"news feeds"
|
2017-02-17 08:45:48 +00:00
|
|
|
],
|
|
|
|
"mediaLinks": [
|
2017-02-17 10:28:42 +00:00
|
|
|
"https://git.cloudron.io/dswd/freshrss-app/raw/master/screenshots/1.png"
|
2017-02-17 08:45:48 +00:00
|
|
|
],
|
|
|
|
"postInstallMessage": "file://POSTINSTALL.md"
|
|
|
|
}
|