Slavi Pantaleev
4d267dad40
Upgrade mautrix-whatsapp (0.7.0 -> 0.7.1) and sync bridge config with upstream
2 years ago
Slavi Pantaleev
89648cf58e
Fix some ansible-lint-reported warnings
2 years ago
Slavi Pantaleev
b45cd7495c
Upgrade mautrix-whatsapp (0.6.1 -> 0.7.0) and change some defaults
...
`ephemeral_events`` and `sync_with_custom_puppets` have been flipped
to keep up with the default upstream config:
b33bd9c4a7
2 years ago
Aine
514f96a914
Update mautrix-whastapp 0.6.0 -> 0.6.1
2 years ago
Aine
e637db348a
mautrix-whatsapp config adjustements
2 years ago
Slavi Pantaleev
163a423f42
Fix ansible-lint error
2 years ago
Slavi Pantaleev
ac72879bf5
Make bridge permissions more easily configurable
...
Not doing {% if matrix_admin %} checks in the YAML also fixes some issues
with indentation being incorrect sometimes.
This should be backward compatible, except for mautrix-signal's case
where `matrix_mautrix_signal_bridge_permissions` previously existed
as a string, not a dictionary. `tasks/validate_config.yml` will catch
the problem an even provide a quick fix.
2 years ago
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
2 years ago
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
2 years ago
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
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
7b0e5ef995
Update mautrix-whatsapp 0.4.0 -> 0.5.0
2 years ago
3hhh
cebbe0beec
whatsapp bridge: set the default log level to warning
...
Debug logs are inappropriate for production use.
2 years ago
3hhh
6b94ccbcff
whatsapp bridge: add matrix_mautrix_whatsapp_log_level
...
Fixes #1873
2 years ago
Slavi Pantaleev
c945f38c52
Merge pull request #1818 from paulRbr/bridge-mautrix-signal-encryption
...
Bridge mautrix signal and mautrix whatsapp encryption
3 years ago
Paul B
e1e83353b4
bridge-whatsapp: add variable to enable end-to-bridge encryption
3 years ago
Aine
4297af5c51
Update mautrix-whatsapp v0.3.1 -> v0.4.0
3 years ago
Arthur Brugière
3fbbd5a52c
Update mautrix-whatsapp 0.3.0 -> 0.3.1
3 years ago
Peter
41f948c48b
Update mautrix-whatsapp 0.2.4 -> 0.3.0
3 years ago
László Várady
338b4cebd2
bridge-mautrix-whatsapp: add option for creating non-federated rooms
3 years ago
Petteri Pucilowski
fe389bd11a
Changed to: mautrix-whatsapp v0.2.4 tag
3 years ago
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
3 years ago
GoliathLabs
46f621bca6
Added: mautrix-whatsapp v0.2.3 tag
3 years ago
Aaron R
421b055cb5
Fix comment about `matrix_mautrix_whatsapp_database_*` variables
...
Was renamed in 087dbe4ddc
It is unclear to me if there is anything you actually need to adjust with these variables. It looks like that is done automatically in `matrix_servers`.
3 years ago
iucca
949ae80117
added server_map variable and renamed secret_map
3 years ago
iucca
b272e6147a
Resolved server_map
3 years ago
Slavi Pantaleev
fb709152f3
Add self-building support for mautrix-whatsapp
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1322
3 years ago
AtomHare
7eec01e359
update mautrix new repo name
3 years ago
Sebastian Gumprich
d2a1b8b134
whatsapp bridge has new docker image location
...
See https://github.com/mautrix/whatsapp/releases/tag/v0.1.8
3 years ago
transcaffeine
dbae18fd6a
feat: push ephemeral events to appservices
...
This adds https://github.com/matrix-org/matrix-doc/pull/2409 to the
appservice registrations, enabling synapse to push EDUs to appservices.
4 years ago
Slavi Pantaleev
f9a0ec6fd1
Fix some bridges failing when Synapse workers enabled
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/904
4 years ago
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
4 years ago
Slavi Pantaleev
e3290d8bcb
Remove |to_json causing trouble
...
Fixes a regression introduced in f6097fbba1
, which was cauing Synapse
to die with this error message:
> ValueError: sender_localpart needs characters which are not URL encoded.
4 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
c5f8b1f61b
Fix mautrix-whatsapp Postgres connection string to not use SSL by default
4 years ago
Slavi Pantaleev
15f4cc924d
Rename variables (_database_db_name -> _database_name)
4 years ago
Slavi Pantaleev
b9a04a7f95
Rename some remaining `matrix_*_postgres_*` vars back to `matrix_*_database_*`
...
Looks like there are some that I missed in 087dbe4ddc
4 years ago
Slavi Pantaleev
087dbe4ddc
Rename `matrix_*_postgres_*` back to `matrix_*_database_*`
...
I was thinking that it makes sense to be more specific,
and using `_postgres_` also separated these variables
from the `_database_` variables that ended up in bridge configuration.
However, @jdreichmann makes a good point
(https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/740#discussion_r542281102 )
that we don't need to be so specific and can allow for other engines (like MySQL) to use these variables.
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
Slavi Pantaleev
5da31ba579
Move configuration templates outside of defaults/main.yml files
5 years ago
Slavi Pantaleev
675aaa1215
Fix escaping issues affecting the Whatsapp bridge
...
Regression introduced in 53186ffa1c
5 years ago
Slavi Pantaleev
bd38861179
Add support for automatic Double Puppeting for all Mautrix bridges
5 years ago
Slavi Pantaleev
53186ffa1c
Sync configuration with upstream for all Mautrix bridges
5 years ago
Julian Foad
a5eb845a2d
Fix force-pulling of mautrix-whatsapp
5 years ago
Slavi Pantaleev
53ab66eef8
Use mautrix-whatsapp Docker image from new official registry
5 years ago
Slavi Pantaleev
c876a7df1d
Use |regex_escape in Whatsapp registration.yaml
...
Doesn't matter much, but it makes it consistent with the other bridges.
5 years ago
Slavi Pantaleev
3ff57ed74d
Use container network for communication between homeserver and Whatsapp bridge
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