renovate[bot]
d925409567
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.10.5
2 лет назад
Aine
95c2db3bb3
mautrix: allow relay access by default, closes #3014
2 лет назад
renovate[bot]
147798a69f
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.10.4
2 лет назад
Aine
8ca935fca9
Update mautrix-whatsapp 0.10.2 -> 0.10.3
2 лет назад
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
2 лет назад
Aine
d6c68f2701
Update mautrix-whatsapp 0.10.1 -> 0.10.2
2 лет назад
Slavi Pantaleev
56c7c1a4bc
Upgrade mautrix-whatsapp (0.10.0 -> 0.10.1)
2 лет назад
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).
2 лет назад
Slavi Pantaleev
33e56f44ca
Upgrade mautrix-whatsapp (0.9.0 -> 0.10.0)
2 лет назад
Aine
a5cb6272d8
add global bridges relay mode switch
2 лет назад
Shreyas Ajjarapu
1df533d351
Update main.yml
2 лет назад
Aine
245a86f439
Update mautrix-whatsapp 0.8.5 -> 0.8.6
2 лет назад
Aine
c8aecef881
update mautrix-whatsapp 0.8.4 -> 0.8.5
3 лет назад
Aine
bf564e8bda
Update mautrix-whatsapp 0.8.3 -> 0.8.4
3 лет назад
Aine
7399496d33
one var to control encryption across all bridges ( #2629 )
* one var to control encryption across all bridges
* move var to matrix-base
3 лет назад
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 лет назад