spatterlight
|
beb40134b7
|
Add support for backup LDAP servers (#2650)
* Update homeserver.yaml.j2
* Update configuring-playbook-ldap-auth.md
* Update homeserver.yaml.j2
|
2023-04-19 08:52:03 +03:00 |
|
Kanlas
|
9c75a1e20d
|
Fix recaptcha vars ansible-vault compatibility
|
2023-04-16 18:52:12 +03:00 |
|
Aeris One
|
44aa0dce7b
|
Add ability to disable password auth (#2612)
* Add ability to disable password auth
* Allow disabling password authentication
|
2023-03-29 21:11:22 +03:00 |
|
Slavi Pantaleev
|
5df89a44b3
|
Add support for customizing Synapse templates
|
2023-02-17 19:37:34 +02:00 |
|
Slavi Pantaleev
|
9775218850
|
Add matrix_synapse_email_app_name variable
|
2023-02-17 18:31:01 +02:00 |
|
Aine
|
6bd909bbb7
|
add mode var for synapse ext ldap auth
|
2023-01-09 22:18:37 +02:00 |
|
Slavi Pantaleev
|
40aa42e982
|
Add reference to push.enabled to homeserver.yaml
Related to:
- https://github.com/matrix-org/synapse/pull/14551/files
- https://github.com/matrix-org/synapse/pull/14619/files
|
2022-12-21 06:43:43 +02:00 |
|
Slavi Pantaleev
|
663fe29ddb
|
Do not specify start_pushers in Synapse config
It's unnecessary when `pusher_instances` is populated.
Source: 6acb6d772a
|
2022-12-06 15:49:56 +02:00 |
|
Slavi Pantaleev
|
135bb5af3e
|
Do not specify send_federation in Synapse config
It's unnecessary when `federation_sender_instances` is populated.
Source: 6acb6d772a
|
2022-12-06 15:49:28 +02:00 |
|
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.
|
2022-11-03 09:11:29 +02:00 |
|