From 8af5e6e97960ee2099a9520ccb5fba853366885c Mon Sep 17 00:00:00 2001 From: richvdh Date: Tue, 13 Jul 2021 12:43:26 +0000 Subject: deploy: 519ec8271ff6a1d59043ac318c34dca898e079dc --- latest/setup/installation.html | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'latest/setup/installation.html') diff --git a/latest/setup/installation.html b/latest/setup/installation.html index f546397b43..c3572057ad 100644 --- a/latest/setup/installation.html +++ b/latest/setup/installation.html @@ -99,7 +99,7 @@ @@ -182,13 +182,7 @@ - -

Installation Instructions

+

Installation Instructions

There are 3 steps to follow under Installation Instructions.

For information on how to install and use PostgreSQL in Synapse, please see -docs/postgres.md

+docs/postgres.md

SQLite is only acceptable for testing purposes. SQLite should not be used in a production server. Synapse will perform poorly when using SQLite, especially when participating in large rooms.

@@ -506,7 +501,7 @@ but for any practical use, you will need Synapse's APIs to be served over HTTPS.

The recommended way to do so is to set up a reverse proxy on port 8448. You can find documentation on doing so in -docs/reverse_proxy.md.

+docs/reverse_proxy.md.

Alternatively, you can configure Synapse to expose an HTTPS port. To do so, you will need to edit homeserver.yaml, as follows:

For a more detailed guide to configuring your server for federation, see -federate.md.

+federate.md.

Client Well-Known URI

Setting up the client Well-Known URI is optional but if you set it up, it will allow users to enter their full username (e.g. @user:<server_name>) into clients @@ -618,7 +613,9 @@ anyone with knowledge of it can register users, including admin accounts, on your server even if enable_registration is false.

Setting up a TURN server

For reliable VoIP calls to be routed via this homeserver, you MUST configure -a TURN server. See docs/turn-howto.md for details.

+a TURN server. See +docs/turn-howto.md +for details.

URL previews

Synapse includes support for previewing URLs, which is disabled by default. To turn it on you must enable the url_preview_enabled: True config parameter -- cgit 1.4.1