mastodon-app/CloudronManifest.json

36 lines
979 B
JSON
Raw Normal View History

2018-10-30 15:46:13 +00:00
{
"id": "org.joinmastodon.cloudronapp",
"title": "Mastodon",
"author": "Matodon Authors",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "A federated microblogging network that is decentralized between independently operated servers",
2019-07-18 00:29:04 +00:00
"version": "0.1.0",
2018-10-30 15:46:13 +00:00
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1073741824,
2018-10-30 15:46:13 +00:00
"addons": {
"localstorage": {},
"postgresql": {},
"redis": {},
2018-10-31 12:55:50 +00:00
"sendmail": {},
"ldap": {}
2018-10-30 15:46:13 +00:00
},
2019-07-18 00:29:04 +00:00
"minBoxVersion": "4.1.4",
"manifestVersion": 2,
2018-10-30 15:46:13 +00:00
"website": "https://joinmastodon.org/",
2019-07-18 00:29:04 +00:00
"contactEmail": "support@cloudron.io",
2018-10-30 15:46:13 +00:00
"icon": "logo.png",
"tags": [
"social",
2019-07-18 16:55:08 +00:00
"forum",
"chat"
2018-10-30 15:46:13 +00:00
],
"mediaLinks": [
"https://upload.wikimedia.org/wikipedia/commons/0/0b/Mastodon_desktop_web_screenshot.png"
],
2019-07-18 00:37:49 +00:00
"documentationUrl": "https://cloudron.io/documentation/apps/mastodon/",
2019-07-18 00:29:04 +00:00
"postInstallMessage": "file://POSTINSTALL.md",
"optionalSso": true
2018-10-30 15:46:13 +00:00
}