mastodon-app/CloudronManifest.json
2019-07-17 16:47:40 -07:00

36 lines
1 KiB
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": "2.6.1",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1073741824,
"addons": {
"localstorage": {},
"postgresql": {},
"redis": {},
"sendmail": {},
"ldap": {}
},
"minBoxVersion": "1.8.1",
"manifestVersion": 2,
"website": "https://joinmastodon.org/",
"contactEmail": "syn+cloudron@syn.im",
"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": "Follow the post-installation guide to promote users to admins",
"optionalSso": true,
"minBoxVersion": "4.1.4"
}