Suguru Hirahara
|
54b7df44ec
|
Add license information to files in matrix-synapse/tasks/synapse
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
|
1 год назад |
Michael Hollister
|
bd027159b1
|
Added extra systemd service arguments to synapse workers and proxy companion
|
2 лет назад |
Slavi Pantaleev
|
41a52945d6
|
Add support for exposing metrics for Synapse workers
|
2 лет назад |
Slavi Pantaleev
|
2d051679c0
|
Ensure instance_map.port is numeric
Fixup related to https://github.com/matrix-org/synapse/pull/15431
|
2 лет назад |
Slavi Pantaleev
|
632026513e
|
Add matrix_synapse_uid, matrix_synapse_gid and matrix_synapse_username
|
3 лет назад |
Slavi Pantaleev
|
ccfaefa4d2
|
Add service groups
|
3 лет назад |
Slavi Pantaleev
|
93d4f8d425
|
Replace matrix-common-after systemd service management with com.devture.ansible.role.systemd_service_manager
|
3 лет назад |
Slavi Pantaleev
|
360e643f84
|
Add service priorities - try to stop/start them in an optimal order
|
3 лет назад |
Slavi Pantaleev
|
51674887ff
|
Fix Synapse pusher_instances not being populated correctly
This caused push notifications to be delivered more than once
if multiple `pusher` workers were enabled.
|
3 лет назад |
Slavi Pantaleev
|
835d2e9581
|
matrix_systemd_path -> devture_systemd_docker_base_systemd_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 лет назад |