services-garbaye/podman-matrix
Gitouche a4d1b72dec Matrix : cleanup 2022-02-12 19:09:02 +01:00
..
.gitlab-ci.yml Adding matrix to CI 2022-02-12 18:27:17 +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 : cleanup 2022-02-12 19:09:02 +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 mutualisation scripts prune 2022-02-10 22:18:42 +01: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 matrix : variabilisation des interfaces/ports 2022-02-11 13:10:08 +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: