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-12-24 07:59:16 +00:00
"version" : "1.23.0" ,
2024-12-24 06:20:11 +00:00
"upstreamVersion" : "1.25.0" ,
2017-02-17 08:45:48 +00:00
"healthCheckPath" : "/" ,
"httpPort" : 8000 ,
"addons" : {
"localstorage" : { } ,
2017-02-22 23:24:06 +00:00
"mysql" : { } ,
2024-12-09 10:02:20 +00:00
"oidc" : {
"loginRedirectUri" : "/i/oidc/"
} ,
2017-02-22 23:24:06 +00:00
"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-22 23:24:06 +00:00
}
}
2017-02-17 08:45:48 +00:00
} ,
2024-12-06 16:40:35 +00:00
"checklist" : {
"change-default-password" : {
"sso" : false ,
"message" : "Change the default admin password"
} ,
"create-admin" : {
"sso" : true ,
"message" : "On first visit, sign in using the built-in Cloudron authentication and then make the user administrator by running: `php cli/reconfigure.php --default_user YOUR_USERNAME`"
}
} ,
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" ,
2024-12-09 10:02:20 +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" ,
2024-12-06 16:40:35 +00:00
"minBoxVersion" : "8.1.0" ,
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
}