From fc24a06cadabef29bef17981c1da4487f764c172 Mon Sep 17 00:00:00 2001 From: anoadragon453 Date: Thu, 15 Jul 2021 11:48:16 +0000 Subject: deploy: c1414550490355aa9c4e2bf80fa4d13bd06e28d1 --- develop/setup/installation.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'develop/setup/installation.html') diff --git a/develop/setup/installation.html b/develop/setup/installation.html index 8d336db64f..69786538b0 100644 --- a/develop/setup/installation.html +++ b/develop/setup/installation.html @@ -492,7 +492,7 @@ caching model, smarter query optimiser
  • allowing the DB to be run on separate hardware
  • For information on how to install and use PostgreSQL in Synapse, please see -docs/postgres.md

    +Using Postgres

    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.

    @@ -503,7 +503,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.

    +the reverse proxy documentation.

    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.

    +Federation.

    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 @@ -615,9 +615,7 @@ 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 TURN setup 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