Slavi Pantaleev
|
51ab9ed9ff
|
Adjust `lstrip_blocks` to use a `bool` value for compatibility with ansible-core>=2.19.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/4445
|
hace 7 meses |
Slavi Pantaleev
|
08b29e9b92
|
Replace some docker references with {{ devture_systemd_docker_base_host_command_docker }}
|
hace 1 año |
Slavi Pantaleev
|
d8eb768e03
|
Add native Traefik support to matrix-dendrite
|
hace 2 años |
Slavi Pantaleev
|
40cf9cd72c
|
/usr/local/bin/matrix-dendrite-create-account -> /matrix/dendrite/bin/create-account
|
hace 3 años |
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.
|
hace 3 años |
Silas
|
e74e3c9e8f
|
Correctly check number of arguments when creating a dendrite account
This is probably a continuation of changes made in d7ed672f7.
|
hace 3 años |
Slavi Pantaleev
|
d7ed672f7f
|
Fix matrix-dendrite-create-account usage help
|
hace 3 años |
Shaleen Jain
|
3f8cb96a18
|
dendrite: fix user-registration command
|
hace 3 años |
Slavi Pantaleev
|
f8a8d7d310
|
Fix /usr/local/bin/matrix-dendrite-create-account
We also need to fix `--tags=register-user`. This tag is currently
defined in both the `matrix-synapse` and `matrix-dendrite` roles.
|
hace 4 años |
Slavi Pantaleev
|
ccd3dc7a57
|
Remove Dendrite file logging
We refrain from logging to files for all components,
because we rely on systemd-journald anyway.
|
hace 4 años |
Jip J. Dekker
|
07af05690c
|
Add initial role for Dendrite as alternative Matrix server
|
hace 5 años |