services-garbaye/podman-matrix
Gitouche 7571f5c8c1 matrix : BUGFIX attendre la DB pour lancer synapse 2022-01-29 11:37:34 +01:00
..
00_status.sh refactoring scripts identiques : pod status 2022-01-28 13:37:31 +01:00
05_freshinstall.sh generalisation get_podman_volume_path 2022-01-28 14:26:42 +01:00
10_install.sh matrix : BUGFIX attendre la DB pour lancer synapse 2022-01-29 11:37:34 +01:00
20_enable.sh refactoring scripts identiques : pod enable 2022-01-28 13:15:48 +01:00
30_start.sh refactoring scripts identiques : pod start 2022-01-28 13:19:53 +01:00
40_stop.sh refactoring scripts identiques : pod stop 2022-01-28 13:23:34 +01:00
70_disable.sh refactoring scripts identiques : pod disable 2022-01-28 13:25:15 +01:00
80_destroy.sh refactoring scripts identiques : pod destroy 2022-01-28 13:31:22 +01:00
90_prune.sh Conservation des volumes entre les installations 2021-07-04 13:41:51 +02:00
README.md Ajout des versions, de dépendences entre certaines tâches et automatisation de la modification de homeserver.yaml en fresh install 2021-06-15 10:10:19 +02:00
vars.sh refactoring scripts identiques : pod status 2022-01-28 13:37:31 +01:00

README.md

à faire en root juste après le 05_freshinstall.sh

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

podman exec -ti synapse register_new_matrix_user -c /data/homeserver.yaml http://localhost:8008

Reste à faire: