2018-10-30 16:46:13 +01:00
|
|
|
{
|
|
|
|
"id": "org.joinmastodon.cloudronapp",
|
|
|
|
"title": "Mastodon",
|
|
|
|
"author": "Matodon Authors",
|
|
|
|
"description": "file://DESCRIPTION.md",
|
|
|
|
"changelog": "file://CHANGELOG",
|
2020-01-23 18:04:54 -08:00
|
|
|
"tagline": "Federated social network",
|
2020-01-24 11:44:25 -08:00
|
|
|
"version": "1.0.0-1",
|
2018-10-30 16:46:13 +01:00
|
|
|
"healthCheckPath": "/about",
|
|
|
|
"httpPort": 8000,
|
2019-07-17 11:09:55 -07:00
|
|
|
"memoryLimit": 1073741824,
|
2018-10-30 16:46:13 +01:00
|
|
|
"addons": {
|
|
|
|
"localstorage": {},
|
|
|
|
"postgresql": {},
|
|
|
|
"redis": {},
|
2018-10-31 13:55:50 +01:00
|
|
|
"sendmail": {},
|
|
|
|
"ldap": {}
|
2018-10-30 16:46:13 +01:00
|
|
|
},
|
2019-07-17 17:29:04 -07:00
|
|
|
"minBoxVersion": "4.1.4",
|
2019-07-17 14:14:32 -07:00
|
|
|
"manifestVersion": 2,
|
2018-10-30 16:46:13 +01:00
|
|
|
"website": "https://joinmastodon.org/",
|
2019-07-17 17:29:04 -07:00
|
|
|
"contactEmail": "support@cloudron.io",
|
2018-10-30 16:46:13 +01:00
|
|
|
"icon": "logo.png",
|
|
|
|
"tags": [
|
|
|
|
"social",
|
2019-07-18 09:55:08 -07:00
|
|
|
"forum",
|
2020-01-23 18:04:54 -08:00
|
|
|
"chat",
|
|
|
|
"twitter"
|
2018-10-30 16:46:13 +01:00
|
|
|
],
|
|
|
|
"mediaLinks": [
|
2020-01-23 18:07:37 -08:00
|
|
|
"https://cloudron-app-screenshots.s3.amazonaws.com/org.joinmastodon.cloudronapp/5093bc19e9f74b38c1012c7fe0bc88153f5d054a/1.jpg",
|
|
|
|
"https://cloudron-app-screenshots.s3.amazonaws.com/org.joinmastodon.cloudronapp/5093bc19e9f74b38c1012c7fe0bc88153f5d054a/2.png"
|
2018-10-31 14:25:51 +01:00
|
|
|
],
|
2019-07-17 17:37:49 -07:00
|
|
|
"documentationUrl": "https://cloudron.io/documentation/apps/mastodon/",
|
2019-07-17 17:29:04 -07:00
|
|
|
"postInstallMessage": "file://POSTINSTALL.md",
|
|
|
|
"optionalSso": true
|
2018-10-30 16:46:13 +01:00
|
|
|
}
|