From fc24a06cadabef29bef17981c1da4487f764c172 Mon Sep 17 00:00:00 2001
From: anoadragon453 For information on how to install and use PostgreSQL in Synapse, please see
-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.
@@ -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.
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.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
.
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.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