Slavi Pantaleev
|
95e505106b
|
Restore matrix_mautrix_signal_appservice_bot_username usage
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3088
Looks like the migration to the Go-based Signal bridge hardcoded the
`signalbot` username instead of using the variable we had.
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3041
|
2 роки тому |
Pierre 'McFly' Marty
|
5caf1fef1d
|
chore(deps): update signal bridge version + config (#3084)
* chore(deps): update signal bridge version + config
* style(deps): rename default note to self config variable
* Add to_json for additional safety
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
|
2 роки тому |
Pierre 'McFly' Marty
|
a266da1b78
|
fix: space sync config
|
2 роки тому |
Slavi Pantaleev
|
fc151fed77
|
Add raw/endraw around problematic texts in matrix-bridge-mautrix-signal/templates/config.yaml
Fixes: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3082
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3079
|
2 роки тому |
IUCCA
|
0222e75c19
|
added new options to mautrix-signal config template
|
2 роки тому |
IUCCA
|
9c3d8687bf
|
added new options to mautrix-signal config template
|
2 роки тому |
Pierre 'McFly' Marty
|
91e39a58f7
|
feat: relay mode in signal
|
2 роки тому |
Pierre 'McFly' Marty
|
c93b642f90
|
doc: check typo
|
2 роки тому |
Pierre 'McFly' Marty
|
2f6525ccb3
|
refactor: remove signalgo and update signal to 'after merge'
|
2 роки тому |
Slavi Pantaleev
|
2511b34a7c
|
Stop containers gracefully, instead of outright killing them
|
2 роки тому |
Slavi Pantaleev
|
611a74bde2
|
Use |to_json in mautrix metrics configuration
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2427
|
3 роки тому |
Adrien le Maire
|
691ef13cab
|
template metric toggle for mautrix bridges supporting it
|
3 роки тому |
Slavi Pantaleev
|
7086c0ebe3
|
matrix_host_command_sh -> devture_systemd_docker_base_host_command_sh (via com.devture.ansible.role.systemd_docker_base)
|
3 роки тому |
Slavi Pantaleev
|
a9a81460ec
|
matrix_host_command_docker -> devture_systemd_docker_base_host_command_docker (via com.devture.ansible.role.systemd_docker_base)
|
3 роки тому |
Slavi Pantaleev
|
f03f716989
|
matrix_systemd_unit_home_path -> devture_systemd_docker_base_systemd_unit_home_path (via com.devture.ansible.role.systemd_docker_base)
|
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 роки тому |