From 31cb5254d4d5c59897eb36a4255ccbf3e12b6cf1 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Fri, 9 Jul 2021 10:43:39 +0000 Subject: deploy: 251cfc4e09c36c87227771f1a3aa305c4b0a2121 --- develop/setup/installation.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'develop/setup/installation.html') diff --git a/develop/setup/installation.html b/develop/setup/installation.html index 6072fb7d2d..c3572057ad 100644 --- a/develop/setup/installation.html +++ b/develop/setup/installation.html @@ -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.5.1