From 0aaf0560ad3627232de2cd55ed705674d062bc8d Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Wed, 9 Mar 2022 18:51:52 +0100 Subject: [PATCH] matrix/synapse : maj 1.54.0 --- podman-matrix/README.md | 20 -------------------- podman-matrix/vars.sh | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/podman-matrix/README.md b/podman-matrix/README.md index 2be5aac..78396a1 100644 --- a/podman-matrix/README.md +++ b/podman-matrix/README.md @@ -1,28 +1,8 @@ -à faire en root juste après le 05_freshinstall.sh -``` bash -vim /home/podman-matrix/.local/share/containers/storage/volumes/matrixdotorg_synapse-data/_data/homeserver.yaml - -< public_baseurl: https://qlf-matrix.garbaye.fr - -< enable_registration: false - -< database: -< name: psycopg2 -< user: synapse -< password: mysecretpass -< database: synapse -< host: synapse-db -< port: 5432 -< cp_min: 5 -< cp_max: 10 -``` Créer un utilisateur après le ./30_start.sh ``` bash podman exec -ti synapse register_new_matrix_user -c /data/homeserver.yaml http://localhost:8008 ``` - Reste à faire: - gérer les UID/GID et comptes utilisés dans les containers ? - Password policy ? - Fédération+redis l 2831 -- Mettre en place l'enregistrement srv : `_matrix._tcp 86400 IN SRV 5 5 443 matrix` ou le /.well-known/matrix/server (cf https://github.com/matrix-org/synapse/blob/master/docs/delegate.md) diff --git a/podman-matrix/vars.sh b/podman-matrix/vars.sh index 33d53e0..bee3e2e 100644 --- a/podman-matrix/vars.sh +++ b/podman-matrix/vars.sh @@ -4,7 +4,7 @@ pod_name='podman-matrix' service_name="pod-${pod_name}.service" #version='latest' synapse_image="localhost/matrixdotorg/synapse" -synapse_version='v1.53.0' +synapse_version='v1.54.0' postgres_image="docker.io/library/postgres" postgres_version='11.14' upstream_images="${synapse_image} ${postgres_image}"