freshrss-app/CloudronManifest.json

37 lines
886 B
JSON

{
"id": "org.freshrss.cloudronapp",
"title": "FreshRSS",
"author": "FreshRSS Developers",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "RSS feed reader",
"version": "0.8.0",
"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"
}
}
},
"manifestVersion": 1,
"website": "http://www.freshrss.org",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"rss",
"atom",
"greader",
"reader",
"news feeds"
],
"mediaLinks": [
"https://git.cloudron.io/dswd/freshrss-app/raw/master/screenshots/1.png"
],
"postInstallMessage": "file://POSTINSTALL.md"
}