From 2ab69e081674596352f3fd4a2af874fad9abfdcf Mon Sep 17 00:00:00 2001
From: erikjohnston user@example.com
rather than
for most users.
There is an official synapse image available at
-https://hub.docker.com/r/matrixdotorg/synapse or at ghcr.io/matrix-org/synapse
+https://hub.docker.com/r/vectorim/synapse or at ghcr.io/element-hq/synapse
which can be used with the docker-compose file available at
-contrib/docker.
+contrib/docker.
Further information on this including configuration options is available in the README
on hub.docker.com.
Alternatively, Andreas Peters (previously Silvio Fricke) has contributed a @@ -197,6 +197,7 @@ For more details, see
Matrix.org provides Debian/Ubuntu packages of Synapse, for the amd64 architecture via https://packages.matrix.org/debian/.
To install the latest release:
+TODO UPDATE ALL THIS
sudo apt install -y lsb-release wget apt-transport-https
sudo wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] https://packages.matrix.org/debian/ $(lsb_release -cs) main" |
@@ -463,11 +464,11 @@ TLS-enabled listener like so:
-
You will also need to add the options tls_certificate_path
and
-tls_private_key_path
. to your configuration file. You will need to manage provisioning of
+tls_private_key_path
. to your configuration file. You will need to manage provisioning of
these certificates yourself.
-
-
You can find more information about these options as well as how to configure synapse in the
+
You can find more information about these options as well as how to configure synapse in the
configuration manual.
If you are using your own certificate, be sure to use a .pem
file that
includes the full certificate chain including any intermediate certificates
--
cgit 1.5.1