Slavi Pantaleev
89648cf58e
Fix some ansible-lint-reported warnings
преди 3 години
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
преди 3 години
Aine
514f96a914
Update mautrix-whastapp 0.6.0 -> 0.6.1
преди 3 години
Aine
e637db348a
mautrix-whatsapp config adjustements
преди 3 години
Slavi Pantaleev
163a423f42
Fix ansible-lint error
преди 3 години
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.
преди 3 години
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
преди 3 години
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
преди 3 години
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
преди 3 години
Aine
91cbc8b2ff
Update mautrix whatsapp 0.5.0 -> 0.6.0
преди 3 години
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>
преди 3 години
3hhh
097c23c0b6
bots: make command_prefix configurable
преди 3 години
Aine
7b0e5ef995
Update mautrix-whatsapp 0.4.0 -> 0.5.0
преди 3 години
3hhh
cebbe0beec
whatsapp bridge: set the default log level to warning
Debug logs are inappropriate for production use.
преди 3 години
3hhh
6b94ccbcff
whatsapp bridge: add matrix_mautrix_whatsapp_log_level
Fixes #1873
преди 3 години
Paul B
e1e83353b4
bridge-whatsapp: add variable to enable end-to-bridge encryption
преди 3 години
Aine
4297af5c51
Update mautrix-whatsapp v0.3.1 -> v0.4.0
преди 3 години
Arthur Brugière
3fbbd5a52c
Update mautrix-whatsapp 0.3.0 -> 0.3.1
преди 3 години
Peter
41f948c48b
Update mautrix-whatsapp 0.2.4 -> 0.3.0
преди 4 години
László Várady
338b4cebd2
bridge-mautrix-whatsapp: add option for creating non-federated rooms
преди 4 години
Petteri Pucilowski
fe389bd11a
Changed to: mautrix-whatsapp v0.2.4 tag
преди 4 години
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
преди 4 години
GoliathLabs
46f621bca6
Added: mautrix-whatsapp v0.2.3 tag
преди 4 години
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`.
преди 4 години
iucca
949ae80117
added server_map variable and renamed secret_map
преди 4 години
iucca
b272e6147a
Resolved server_map
преди 4 години
Slavi Pantaleev
fb709152f3
Add self-building support for mautrix-whatsapp
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1322
преди 4 години
AtomHare
7eec01e359
update mautrix new repo name
преди 4 години
Michael Collins
98e6cd685d
sync with previous repo
преди 4 години
Sebastian Gumprich
d2a1b8b134
whatsapp bridge has new docker image location
See https://github.com/mautrix/whatsapp/releases/tag/v0.1.8
преди 4 години
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.
преди 5 години
Michael
33ec5710d9
0.2.1 revision
преди 5 години
Slavi Pantaleev
f9a0ec6fd1
Fix some bridges failing when Synapse workers enabled
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/904
преди 5 години
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
преди 5 години
Slavi Pantaleev
e3290d8bcb
Remove |to_json causing trouble
Fixes a regression introduced in f6097fbba1fb, which was cauing Synapse
to die with this error message:
> ValueError: sender_localpart needs characters which are not URL encoded.
преди 5 години
Slavi Pantaleev
f6097fbba1
E2BE not working for mautrix bridges
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/806
преди 5 години
Slavi Pantaleev
c5f8b1f61b
Fix mautrix-whatsapp Postgres connection string to not use SSL by default
преди 5 години
Slavi Pantaleev
15f4cc924d
Rename variables (_database_db_name -> _database_name)
преди 5 години
Slavi Pantaleev
b9a04a7f95
Rename some remaining `matrix_*_postgres_*` vars back to `matrix_*_database_*`
Looks like there are some that I missed in 087dbe4ddc
преди 5 години
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.
преди 5 години
Slavi Pantaleev
6c77eae969
Add (Postgres + SQLite) support to matrix-mautrix-whatsapp bridge
I don't use this bridge, so this is completely untested.
преди 5 години
Slavi Pantaleev
5da31ba579
Move configuration templates outside of defaults/main.yml files
преди 5 години
Slavi Pantaleev
675aaa1215
Fix escaping issues affecting the Whatsapp bridge
Regression introduced in 53186ffa1c
преди 6 години
Slavi Pantaleev
bd38861179
Add support for automatic Double Puppeting for all Mautrix bridges
преди 6 години
Slavi Pantaleev
53186ffa1c
Sync configuration with upstream for all Mautrix bridges
преди 6 години
Julian Foad
a5eb845a2d
Fix force-pulling of mautrix-whatsapp
преди 6 години
Slavi Pantaleev
53ab66eef8
Use mautrix-whatsapp Docker image from new official registry
преди 6 години
Slavi Pantaleev
c876a7df1d
Use |regex_escape in Whatsapp registration.yaml
Doesn't matter much, but it makes it consistent with the other bridges.
преди 6 години
Slavi Pantaleev
3ff57ed74d
Use container network for communication between homeserver and Whatsapp bridge
преди 6 години
Thomas Kuehne
4797469383
Make WhatsApp bridge configuration playbook-managed
- following spantaleev transition of the telegram brigde
- adding a validate_config task
преди 6 години