mastodon-app/CloudronManifest.json

44 lines
1.3 KiB
JSON

{
"id": "org.joinmastodon.cloudronapp",
"title": "Mastodon",
"author": "Mastodon Authors",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.13.1",
"upstreamVersion": "4.2.8",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,
"configurePath": "/admin/dashboard",
"addons": {
"localstorage": {},
"postgresql": {},
"redis": {},
"sendmail": {},
"oidc": { "loginRedirectUri": "/auth/auth/openid_connect/callback" },
"scheduler": {
"cleanup": {
"schedule": "11 01 * * *",
"command": "/app/pkg/cleanup.sh"
}
}
},
"minBoxVersion": "4.1.4",
"manifestVersion": 2,
"website": "https://joinmastodon.org/",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"social", "forum", "chat", "twitter", "federated" ],
"mediaLinks": [
"https://screenshots.cloudron.io/org.joinmastodon.cloudronapp/1.jpg",
"https://screenshots.cloudron.io/org.joinmastodon.cloudronapp/2.png"
],
"documentationUrl": "https://docs.cloudron.io/apps/mastodon/",
"postInstallMessage": "file://POSTINSTALL.md",
"optionalSso": true,
"minBoxVersion": "7.1.2",
"forumUrl": "https://forum.cloudron.io/category/41/mastodon"
}