freshrss-app/CloudronManifest.json

34 lines
1.0 KiB
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",
2021-06-14 17:19:24 +00:00
"version": "1.13.2",
2017-02-17 08:45:48 +00:00
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
"localstorage": {},
"mysql": {},
"scheduler": {
"update_feeds": {
"schedule": "*/1 * * * *",
2021-03-18 21:35:51 +00:00
"command": "echo '==> Run actualize script' && /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-09-23 21:13:45 +00:00
"https://screenshots.cloudron.io/org.freshrss.cloudronapp/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
}