mastodon-app/CloudronManifest.json

44 lines
1.3 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",
2024-02-23 15:57:55 +00:00
"version": "1.13.1",
"upstreamVersion": "4.2.8",
2018-10-30 15:46:13 +00:00
"healthCheckPath": "/about",
"httpPort": 8000,
2020-05-15 17:53:09 +00:00
"memoryLimit": 1610612736,
2022-11-14 16:23:45 +00:00
"configurePath": "/admin/dashboard",
2018-10-30 15:46:13 +00:00
"addons": {
"localstorage": {},
"postgresql": {},
"redis": {},
2018-10-31 12:55:50 +00:00
"sendmail": {},
2024-02-14 10:13:42 +00:00
"oidc": { "loginRedirectUri": "/auth/auth/openid_connect/callback" },
2020-08-16 08:30:44 +00:00
"scheduler": {
"cleanup": {
2023-05-15 10:40:10 +00:00
"schedule": "11 01 * * *",
2020-08-16 08:30:44 +00:00
"command": "/app/pkg/cleanup.sh"
}
}
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": [
2021-01-12 05:35:18 +00:00
"social", "forum", "chat", "twitter", "federated" ],
2018-10-30 15:46:13 +00:00
"mediaLinks": [
2020-09-26 16:04:47 +00:00
"https://screenshots.cloudron.io/org.joinmastodon.cloudronapp/1.jpg",
"https://screenshots.cloudron.io/org.joinmastodon.cloudronapp/2.png"
],
2020-10-19 19:01:42 +00:00
"documentationUrl": "https://docs.cloudron.io/apps/mastodon/",
2019-07-18 00:29:04 +00:00
"postInstallMessage": "file://POSTINSTALL.md",
2020-07-02 00:32:17 +00:00
"optionalSso": true,
2022-03-31 13:13:14 +00:00
"minBoxVersion": "7.1.2",
2020-07-02 00:32:17 +00:00
"forumUrl": "https://forum.cloudron.io/category/41/mastodon"
2018-10-30 15:46:13 +00:00
}