2019-07-17 17:29:04 -07:00
|
|
|
<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
|
|
|
|
```
|
|
|
|
|
2020-01-23 15:26:23 -08:00
|
|
|
**Production checklist**:
|
|
|
|
|
|
|
|
* Configure the Site settings (contact email, description) at `Administration` -> `Site Settings`.
|
|
|
|
* Verify the [federation domain](https://cloudron.io/documentation/apps/mastodon/#federation-domain). The federation domain cannot be changed later.
|
2020-01-23 11:26:04 -08:00
|
|
|
|