mastodon-app/CloudronManifest.json
Girish Ramakrishnan 3439deee04 Update manifest
2019-07-17 17:33:30 -07:00

35 lines
982 B
JSON

{
"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",
"version": "0.1.0",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1073741824,
"addons": {
"localstorage": {},
"postgresql": {},
"redis": {},
"sendmail": {},
"ldap": {}
},
"minBoxVersion": "4.1.4",
"manifestVersion": 2,
"website": "https://joinmastodon.org/",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"social",
"forum"
],
"mediaLinks": [
"https://upload.wikimedia.org/wikipedia/commons/0/0b/Mastodon_desktop_web_screenshot.png"
],
"documentationUrl": "https://docs.joinmastodon.org/administration/post-installation/",
"postInstallMessage": "file://POSTINSTALL.md",
"optionalSso": true
}