Successfully implemented matrix whatsapp bridge

This commit is contained in:
2024-01-14 20:08:08 +01:00
parent ab915cdf21
commit 507cc20496
11 changed files with 118 additions and 59 deletions

View File

@@ -1,4 +1,9 @@
---
docker_compose_project_name: "matrix"
database_password: "{{matrix_database_password}}"
database_type: "postgres"
docker_compose_project_name: "matrix"
database_password: "{{matrix_database_password}}"
database_type: "postgres"
registration_file_folder: "/data/registration/"
mautrix_whatsapp_bridge_database_name: "mautrix_whatsapp_bridge"
mautrix_whatsapp_bridge_database_username: "mautrix_whatsapp_bridge"
mautrix_registration_file: "{{registration_file_folder}}mautrix-whatsapp.registration.yaml"