Aine
e3ff6ca01b
mautrix-whatsapp - fix more vars
2 years ago
Aine
88cff139ed
fix mautrix-whatsapp config
2 years ago
Slavi Pantaleev
fa9b34b983
Try to make Jinja not trip up over syntax
2 years ago
Aine
91cbc8b2ff
Update mautrix whatsapp 0.5.0 -> 0.6.0
2 years ago
ThellraAK
95959ff20b
Changed whatsapp logging variable name to match ( #1920 )
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1912
Co-authored-by: ThellraAK <ThellraAK@pop-os.localdomain>
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2 years ago
3hhh
097c23c0b6
bots: make command_prefix configurable
2 years ago
Aine
44f2234c99
define matrix_admin in matrix-base
2 years ago
Aine
55d8e3dfdd
mautrix-based bridges: add matrix_admin
2 years ago
3hhh
6b94ccbcff
whatsapp bridge: add matrix_mautrix_whatsapp_log_level
...
Fixes #1873
2 years ago
3hhh
39914881a7
whatsapp bridge: disable logging to external files
...
The same logs still go to the systemd journal.
2 years ago
roughnecks
c05e78fc9a
Fix string null in status_endpoint
3 years ago
Paul B
e1e83353b4
bridge-whatsapp: add variable to enable end-to-bridge encryption
3 years ago
László Várady
338b4cebd2
bridge-mautrix-whatsapp: add option for creating non-federated rooms
3 years ago
iucca
949ae80117
added server_map variable and renamed secret_map
3 years ago
iucca
b272e6147a
Resolved server_map
3 years ago
iucca
3535c97117
updated whatsapp config
3 years ago
iucca
ae122466fc
updated whatsapp config
3 years ago
iucca
4ff8fddd72
updated whatsapp config, backfill doesn't work
3 years ago
iucca
1d0e594def
updated whatsapp config, backfill doesn't work
3 years ago
Slavi Pantaleev
f6097fbba1
E2BE not working for mautrix bridges
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/806
4 years ago
Slavi Pantaleev
6c77eae969
Add (Postgres + SQLite) support to matrix-mautrix-whatsapp bridge
...
I don't use this bridge, so this is completely untested.
4 years ago
transcaffeine
d9f4914e0d
WIP: postgres: create databases for all services
...
If a service is enabled, a database for it is created in postgres with a uniqque password. The service can then use this database for data storage instead of relying on sqlite.
4 years ago
Slavi Pantaleev
5da31ba579
Move configuration templates outside of defaults/main.yml files
5 years ago
Thomas Kuehne
4797469383
Make WhatsApp bridge configuration playbook-managed
...
- following spantaleev transition of the telegram brigde
- adding a validate_config task
5 years ago
Slavi Pantaleev
bb816df557
Move mautrix telegram and whatsapp into separate roles
...
The goal is to move each bridge into its own separate role.
This commit starts off the work on this with 2 bridges:
- mautrix-telegram
- mautrix-whatsapp
Each bridge's role (including these 2) is meant to:
- depend only on the matrix-base role
- integrate nicely with the matrix-synapse role (if available)
- integrate nicely with the matrix-nginx-proxy role (if available and if
required). mautrix-telegram bridge benefits from integrating with
it.
- not break if matrix-synapse or matrix-nginx-proxy are not used at all
This has been provoked by #174 (Github Issue).
6 years ago