From 2ab69e081674596352f3fd4a2af874fad9abfdcf Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Wed, 13 Dec 2023 15:42:43 +0000 Subject: deploy: 8613f7693ea284a023dc625c9a35b9ff482f5fd0 --- develop/setup/installation.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'develop/setup/installation.html') diff --git a/develop/setup/installation.html b/develop/setup/installation.html index a7e36cd5f3..8981a505db 100644 --- a/develop/setup/installation.html +++ b/develop/setup/installation.html @@ -124,10 +124,10 @@ - + - + @@ -178,9 +178,9 @@ that your email address is probably user@example.com rather than for most users.

Docker images and Ansible playbooks

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