From 310ce84ce41cb3386633db384430b2461031e7a7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 14 Nov 2022 19:05:18 +0100 Subject: [PATCH] Improve post install --- POSTINSTALL.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/POSTINSTALL.md b/POSTINSTALL.md index 83e8e9f..fa1a494 100644 --- a/POSTINSTALL.md +++ b/POSTINSTALL.md @@ -1,10 +1,9 @@ -Accounts are created with the username and the subdomain under which this app is installed - 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. +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. -**note:** Mastodon has [restrictions](https://docs.cloudron.io/apps/mastodon/#username-restriction) on usernames -that might prevent some users from logging in. +**NOTE:** +* 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.