mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Deactivated Whatsapp Bridge
This commit is contained in:
		| @@ -17,17 +17,17 @@ | ||||
|     state: directory | ||||
|     mode: 0755 | ||||
|  | ||||
| - name: "create {{docker_compose_instance_directory}}mautrix_whatsapp" | ||||
|   file: | ||||
|     path: "{{docker_compose_instance_directory}}mautrix_whatsapp" | ||||
|     state: directory | ||||
|     mode: 0755 | ||||
|  | ||||
| - name: add whatsapp-bridge-config.yml | ||||
|   template:  | ||||
|     src:  "whatsapp-bridge-config.yml.j2"  | ||||
|     dest: "{{docker_compose_instance_directory}}mautrix_whatsapp/config.yml" | ||||
|   notify: recreate matrix | ||||
| #- name: "create {{docker_compose_instance_directory}}mautrix_whatsapp" | ||||
| #  file: | ||||
| #    path: "{{docker_compose_instance_directory}}mautrix_whatsapp" | ||||
| #    state: directory | ||||
| #    mode: 0755 | ||||
| # | ||||
| #- name: add whatsapp-bridge-config.yml | ||||
| #  template:  | ||||
| #    src:  "whatsapp-bridge-config.yml.j2"  | ||||
| #    dest: "{{docker_compose_instance_directory}}mautrix_whatsapp/config.yml" | ||||
| #  notify: recreate matrix | ||||
|  | ||||
| - name: add element-config.json | ||||
|   template:  | ||||
|   | ||||
| @@ -12,7 +12,7 @@ database: | ||||
|   name: psycopg2 | ||||
|   args: | ||||
|     user: matrix | ||||
|     password: {{matrix_database_password}} | ||||
|     password: "{{matrix_database_password}}" | ||||
|     database: matrix | ||||
|     host: database | ||||
|     cp_min: 5 | ||||
|   | ||||
| @@ -3,7 +3,7 @@ homeserver: | ||||
|     # The address that this appservice can use to connect to the homeserver. | ||||
|     address: https://{{synapse_domain}} | ||||
|     # The domain of the homeserver (for MXIDs, etc). | ||||
|     domain: {{synapse_domain}} | ||||
|     domain: "{{synapse_domain}}" | ||||
|      | ||||
|     # What software is the homeserver running? | ||||
|     # Standard Matrix homeservers like Synapse, Dendrite and Conduit should just use "standard" here. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user