freshrss-app/CloudronManifest.json

37 lines
1.1 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",
2022-09-11 13:35:09 +00:00
"changelog": "file://CHANGELOG.md",
2017-02-17 10:28:42 +00:00
"tagline": "RSS feed reader",
2024-01-02 09:48:47 +00:00
"version": "1.20.1",
"upstreamVersion": "1.23.1",
2017-02-17 08:45:48 +00:00
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
"localstorage": {},
"mysql": {},
2023-10-27 08:36:22 +00:00
"oidc": { "loginRedirectUri": "/i/oidc/" },
"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",
2023-10-27 08:36:22 +00:00
"minBoxVersion": "7.5.1",
2020-07-16 22:53:55 +00:00
"forumUrl": "https://forum.cloudron.io/category/27/freshrss",
2023-10-27 08:36:22 +00:00
"documentationUrl": "https://cloudron.io/documentation/apps/freshrss/",
"optionalSso": true
2017-02-17 08:45:48 +00:00
}