mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 07:41:00 +00:00
Improve post install
This commit is contained in:
parent
096cc0f643
commit
310ce84ce4
1 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
||||||
Accounts are created with the username and the subdomain under which this app is installed
|
Accounts are created with the username and the subdomain under which this app is installed e.g. `@$CLOUDRON-USERNAME@$CLOUDRON-APP-FQDN`. Mastodon does not allow changing the domain part of the account later. See [the docs](https://docs.cloudron.io/apps/mastodon/#federation) for more information, if you want to change this domain.
|
||||||
e.g. `@$CLOUDRON-USERNAME@$CLOUDRON-APP-FQDN`. Note that Mastodon does NOT allow this subdomain
|
|
||||||
to be changed later as it breaks federation. So, you have to set up Mastodon in the correct
|
|
||||||
subdomain from the get-go.
|
|
||||||
|
|
||||||
<sso>
|
<sso>
|
||||||
**note:** Mastodon has [restrictions](https://docs.cloudron.io/apps/mastodon/#username-restriction) on usernames
|
**NOTE:**
|
||||||
that might prevent some users from logging in.
|
* Mastodon has [restrictions](https://docs.cloudron.io/apps/mastodon/#username-restriction) on usernames that might prevent some users from logging in.
|
||||||
|
|
||||||
|
* External registration [does not work well](https://github.com/mastodon/mastodon/issues/20655) when Cloudron user management is enabled.
|
||||||
</sso>
|
</sso>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue