freshrss-app/CloudronManifest.json

38 lines
945 B
JSON
Raw Normal View History

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",
2018-05-21 21:31:52 +00:00
"version": "0.10.0",
2017-02-17 08:45:48 +00:00
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
"localstorage": {},
"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",
2018-03-19 11:05:44 +00:00
"news",
"feeds"
2017-02-17 08:45:48 +00:00
],
"mediaLinks": [
2018-03-19 11:05:44 +00:00
"https://s3.amazonaws.com/cloudron-app-screenshots/org.freshrss.cloudronapp/7d731e71a6faa3791e19b7d7daf468a9486349cc/1.png"
2017-02-17 08:45:48 +00:00
],
"postInstallMessage": "file://POSTINSTALL.md"
}