mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2025-01-03 19:28:41 +00:00
Update manifest
This commit is contained in:
parent
1de0934495
commit
3439deee04
2 changed files with 17 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "A federated microblogging network that is decentralized between independently operated servers",
|
"tagline": "A federated microblogging network that is decentralized between independently operated servers",
|
||||||
"version": "2.6.1",
|
"version": "0.1.0",
|
||||||
"healthCheckPath": "/about",
|
"healthCheckPath": "/about",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"memoryLimit": 1073741824,
|
"memoryLimit": 1073741824,
|
||||||
|
@ -16,10 +16,10 @@
|
||||||
"sendmail": {},
|
"sendmail": {},
|
||||||
"ldap": {}
|
"ldap": {}
|
||||||
},
|
},
|
||||||
"minBoxVersion": "1.8.1",
|
"minBoxVersion": "4.1.4",
|
||||||
"manifestVersion": 2,
|
"manifestVersion": 2,
|
||||||
"website": "https://joinmastodon.org/",
|
"website": "https://joinmastodon.org/",
|
||||||
"contactEmail": "syn+cloudron@syn.im",
|
"contactEmail": "support@cloudron.io",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"tags": [
|
"tags": [
|
||||||
"social",
|
"social",
|
||||||
|
@ -29,7 +29,6 @@
|
||||||
"https://upload.wikimedia.org/wikipedia/commons/0/0b/Mastodon_desktop_web_screenshot.png"
|
"https://upload.wikimedia.org/wikipedia/commons/0/0b/Mastodon_desktop_web_screenshot.png"
|
||||||
],
|
],
|
||||||
"documentationUrl": "https://docs.joinmastodon.org/administration/post-installation/",
|
"documentationUrl": "https://docs.joinmastodon.org/administration/post-installation/",
|
||||||
"postInstallMessage": "Follow the post-installation guide to promote users to admins",
|
"postInstallMessage": "file://POSTINSTALL.md",
|
||||||
"optionalSso": true,
|
"optionalSso": true
|
||||||
"minBoxVersion": "4.1.4"
|
|
||||||
}
|
}
|
||||||
|
|
12
POSTINSTALL.md
Normal file
12
POSTINSTALL.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<sso>
|
||||||
|
This app integrates with Cloudron user management. Cloudron users can login and access
|
||||||
|
Mastodon.
|
||||||
|
</sso>
|
||||||
|
|
||||||
|
To make a user an administrator, use the [Web Terminal](https://cloudron.io/documentation/apps/#web-terminal)
|
||||||
|
and run the following command:
|
||||||
|
|
||||||
|
```
|
||||||
|
bin/tootctl accounts modify <username> --role admin
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue