renovate[bot]
e1135b15e8
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.10.7
vor 2 Jahren
gardar
23aee07cf4
feat: global option to configure all bridges encryption default
Signed-off-by: gardar <gardar@users.noreply.github.com>
vor 2 Jahren
renovate[bot]
89a1b1a0ef
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.10.6
vor 2 Jahren
Nikolai Raitsev
68d4e04f4f
allow to configure whatsapp polls via extev_polls parameter.
vor 2 Jahren
Slavi Pantaleev
7ec6fd3dfe
Make bridges/bots use matrix_addons_homeserver_client_api_url (instead of matrix_homeserver_container_url)
vor 2 Jahren
Slavi Pantaleev
ab15991814
Fix some ansible-lint-reported errors
vor 2 Jahren
Slavi Pantaleev
feaf1ee7e7
Switch mautrix-whatsapp from matrix-nginx-proxy to matrix-homeserver-proxy
vor 2 Jahren
renovate[bot]
d925409567
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.10.5
vor 2 Jahren
Aine
95c2db3bb3
mautrix: allow relay access by default, closes #3014
vor 2 Jahren
renovate[bot]
147798a69f
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.10.4
vor 2 Jahren
Aine
8ca935fca9
Update mautrix-whatsapp 0.10.2 -> 0.10.3
vor 2 Jahren
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
vor 2 Jahren
Aine
d6c68f2701
Update mautrix-whatsapp 0.10.1 -> 0.10.2
vor 2 Jahren
Slavi Pantaleev
56c7c1a4bc
Upgrade mautrix-whatsapp (0.10.0 -> 0.10.1)
vor 2 Jahren
Slavi Pantaleev
6427397486
Do not hardcode sslmode=disable to Postgres connection strings - make it configurable
This is backward-compatible with what we had before. We're not changing
the SSL mode - just making it configurable.
Most components are defaulting to `sslmode=disable`, while some
(`matrix-bot-matrix-reminder-bot` and others) do not specify an `sslmode` at all.
We're making sslmode configurable, because certain external Postgres
servers may be configured to require SSL encryption.
In such cases `sslmode=disable` does not work and needs to be changed to
`sslmode=require` or something else (`verify-ca`, `verify-full`, etc).
vor 2 Jahren
Slavi Pantaleev
33e56f44ca
Upgrade mautrix-whatsapp (0.9.0 -> 0.10.0)
vor 2 Jahren
Aine
a5cb6272d8
add global bridges relay mode switch
vor 2 Jahren
Shreyas Ajjarapu
1df533d351
Update main.yml
vor 2 Jahren
Aine
245a86f439
Update mautrix-whatsapp 0.8.5 -> 0.8.6
vor 2 Jahren
Aine
c8aecef881
update mautrix-whatsapp 0.8.4 -> 0.8.5
vor 2 Jahren
Aine
bf564e8bda
Update mautrix-whatsapp 0.8.3 -> 0.8.4
vor 3 Jahren
Aine
7399496d33
one var to control encryption across all bridges ( #2629 )
* one var to control encryption across all bridges
* move var to matrix-base
vor 3 Jahren
Aine
e6552a9c3b
Update mautrix-whatsapp 0.8.2 -> 0.8.3
vor 3 Jahren
Aine
64ec1db077
Update mautrix-whatsapp 0.8.1 -> 0.8.2
vor 3 Jahren
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.
vor 3 Jahren
Adrien le Maire
9eaf6944e3
add nginx proxy connfig for mautrix metrics
vor 3 Jahren
Adrien le Maire
691ef13cab
template metric toggle for mautrix bridges supporting it
vor 3 Jahren
Aine
e053b2b0fc
update mautrix-whatsapp 0.8.0 -> 0.8.1
vor 3 Jahren
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
vor 3 Jahren
Slavi Pantaleev
fa73513064
Upgrade mautrix-whatsapp (0.7.2 -> 0.8.0)
vor 3 Jahren
Slavi Pantaleev
7b43ef34b7
Remove more hardcoded matrix-postgres references
vor 3 Jahren
Aine
79512d5851
Update mautrix-whatsapp 0.7.1 -> 0.7.2
vor 3 Jahren
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.
vor 3 Jahren
Slavi Pantaleev
4d267dad40
Upgrade mautrix-whatsapp (0.7.0 -> 0.7.1) and sync bridge config with upstream
vor 3 Jahren
Slavi Pantaleev
89648cf58e
Fix some ansible-lint-reported warnings
vor 3 Jahren
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
vor 3 Jahren
Aine
514f96a914
Update mautrix-whastapp 0.6.0 -> 0.6.1
vor 3 Jahren
Aine
e637db348a
mautrix-whatsapp config adjustements
vor 3 Jahren
Slavi Pantaleev
163a423f42
Fix ansible-lint error
vor 3 Jahren
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.
vor 3 Jahren
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
vor 3 Jahren
Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
vor 3 Jahren
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
vor 3 Jahren
Aine
91cbc8b2ff
Update mautrix whatsapp 0.5.0 -> 0.6.0
vor 3 Jahren
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>
vor 3 Jahren
3hhh
097c23c0b6
bots: make command_prefix configurable
vor 3 Jahren
Aine
7b0e5ef995
Update mautrix-whatsapp 0.4.0 -> 0.5.0
vor 3 Jahren
3hhh
cebbe0beec
whatsapp bridge: set the default log level to warning
Debug logs are inappropriate for production use.
vor 3 Jahren
3hhh
6b94ccbcff
whatsapp bridge: add matrix_mautrix_whatsapp_log_level
Fixes #1873
vor 3 Jahren
Paul B
e1e83353b4
bridge-whatsapp: add variable to enable end-to-bridge encryption
vor 4 Jahren