From 1d941ef1c2ed80c01f82fae9f9d0324321c2928c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 2 Jul 2020 08:37:51 -0700 Subject: [PATCH] Fixup postinstall --- POSTINSTALL.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/POSTINSTALL.md b/POSTINSTALL.md index c807a72..4cd5b78 100644 --- a/POSTINSTALL.md +++ b/POSTINSTALL.md @@ -1,8 +1,8 @@ - -This app integrates with the Cloudron User Management. Cloudron users can register -themselves using any client and use Matrix Synapse. - +Account ids are created with the username and the second level domain under which the +app is installed e.g. `@username@domain.com`. -**IMPORTANT: See the [docs](https://cloudron.io/documentation/apps/synapse/) on -how to complete setup and start using this app.** +For federation to work, the second level domain has to be configured to serve up the +`.well-known/domain.com/matrix` URI. See the +[federation docs](https://cloudron.io/documentation/apps/synapse/) on +how to do this.