mastodon-app/CloudronManifest.json

40 lines
1.2 KiB
JSON
Raw Normal View History

2018-10-30 15:46:13 +00:00
{
"id": "org.joinmastodon.cloudronapp",
"title": "Mastodon",
2020-04-08 16:54:47 +00:00
"author": "Mastodon Authors",
2018-10-30 15:46:13 +00:00
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
2020-01-24 02:04:54 +00:00
"tagline": "Federated social network",
2020-07-27 16:24:34 +00:00
"version": "1.4.0",
2018-10-30 15:46:13 +00:00
"healthCheckPath": "/about",
"httpPort": 8000,
2020-05-15 17:53:09 +00:00
"memoryLimit": 1610612736,
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",
2020-01-24 02:04:54 +00:00
"chat",
"twitter"
2018-10-30 15:46:13 +00:00
],
"mediaLinks": [
2020-01-24 02:07:37 +00: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"
],
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",
2020-07-02 00:32:17 +00:00
"optionalSso": true,
"minBoxVersion": "5.3.0",
"forumUrl": "https://forum.cloudron.io/category/41/mastodon"
2018-10-30 15:46:13 +00:00
}