Aine
e6552a9c3b
Update mautrix-whatsapp 0.8.2 -> 0.8.3
3年前
Aine
64ec1db077
Update mautrix-whatsapp 0.8.1 -> 0.8.2
3年前
Slavi Pantaleev
d82d0ad84b
Add _metrics_proxying_enabled variables to mautrix bridges
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2427
`metrics_enabled` should only expose the metrics locally, on the
container network, so that a local Prometheus can consume them.
Exposing them publicly should be done via a separate toggle (`metrics_proxying_enabled`).
This is how all other roles work, so this makes these mautrix roles consistent with the rest.
3年前
Adrien le Maire
9eaf6944e3
add nginx proxy connfig for mautrix metrics
3年前
Adrien le Maire
691ef13cab
template metric toggle for mautrix bridges supporting it
3年前
Aine
e053b2b0fc
update mautrix-whatsapp 0.8.0 -> 0.8.1
3年前
James Collier
36d8ea281c
Allow the mautrix whatsapp relaybot to be enabled with a variable ( #2381 )
* Allow the mautrix whatsapp relaybot to be enable with a variable
This allows a user to enable the relaybot by setting a variable in
`vars.yml` in the same way that the mautrix signal relaybot is
configured.
* Correct default values for mautrix whatsapp relaybot variables
* Add documentation for using the relaybot with mautrix whatsapp
* Adjust variable names to better reflect what they do
* Set default variables properly and use to_json in template
3年前
Slavi Pantaleev
fa73513064
Upgrade mautrix-whatsapp (0.7.2 -> 0.8.0)
3年前
Slavi Pantaleev
7b43ef34b7
Remove more hardcoded matrix-postgres references
3年前
Aine
79512d5851
Update mautrix-whatsapp 0.7.1 -> 0.7.2
3年前
Slavi Pantaleev
410a915a8a
Move roles/matrix* to roles/custom/matrix*
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`,
similar to how it's done in:
- https://github.com/spantaleev/gitea-docker-ansible-deploy
- https://github.com/spantaleev/nextcloud-docker-ansible-deploy
In the near future, we'll be removing a lot of the shared role code from here
and using upstream roles for it. Some of the core `matrix-*` roles have
already been extracted out into other reusable roles:
- https://github.com/devture/com.devture.ansible.role.postgres
- https://github.com/devture/com.devture.ansible.role.systemd_docker_base
- https://github.com/devture/com.devture.ansible.role.timesync
- https://github.com/devture/com.devture.ansible.role.vars_preserver
- https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages
- https://github.com/devture/com.devture.ansible.role.playbook_help
We just need to migrate to those.
3年前
Slavi Pantaleev
4d267dad40
Upgrade mautrix-whatsapp (0.7.0 -> 0.7.1) and sync bridge config with upstream
3年前
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
4年前
Aine
4297af5c51
Update mautrix-whatsapp v0.3.1 -> v0.4.0
4年前
Arthur Brugière
3fbbd5a52c
Update mautrix-whatsapp 0.3.0 -> 0.3.1
4年前
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年前