Deactivated Whatsapp Bridge

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-22 21:13:41 +01:00
parent 13e39810e3
commit 621938bf5f
3 changed files with 13 additions and 13 deletions

View File

@ -17,17 +17,17 @@
state: directory state: directory
mode: 0755 mode: 0755
- name: "create {{docker_compose_instance_directory}}mautrix_whatsapp" #- name: "create {{docker_compose_instance_directory}}mautrix_whatsapp"
file: # file:
path: "{{docker_compose_instance_directory}}mautrix_whatsapp" # path: "{{docker_compose_instance_directory}}mautrix_whatsapp"
state: directory # state: directory
mode: 0755 # mode: 0755
#
- name: add whatsapp-bridge-config.yml #- name: add whatsapp-bridge-config.yml
template: # template:
src: "whatsapp-bridge-config.yml.j2" # src: "whatsapp-bridge-config.yml.j2"
dest: "{{docker_compose_instance_directory}}mautrix_whatsapp/config.yml" # dest: "{{docker_compose_instance_directory}}mautrix_whatsapp/config.yml"
notify: recreate matrix # notify: recreate matrix
- name: add element-config.json - name: add element-config.json
template: template:

View File

@ -12,7 +12,7 @@ database:
name: psycopg2 name: psycopg2
args: args:
user: matrix user: matrix
password: {{matrix_database_password}} password: "{{matrix_database_password}}"
database: matrix database: matrix
host: database host: database
cp_min: 5 cp_min: 5

View File

@ -3,7 +3,7 @@ homeserver:
# The address that this appservice can use to connect to the homeserver. # The address that this appservice can use to connect to the homeserver.
address: https://{{synapse_domain}} address: https://{{synapse_domain}}
# The domain of the homeserver (for MXIDs, etc). # The domain of the homeserver (for MXIDs, etc).
domain: {{synapse_domain}} domain: "{{synapse_domain}}"
# What software is the homeserver running? # What software is the homeserver running?
# Standard Matrix homeservers like Synapse, Dendrite and Conduit should just use "standard" here. # Standard Matrix homeservers like Synapse, Dendrite and Conduit should just use "standard" here.