matrix-docker-ansible-deploy/roles/matrix-server/templates
haslersn 22523c0e42 Support configuring mxisd's identity stores (two of them)
mxisd supports several identity stores. Add support to configure two of them:

* synapseSql (storing identities directly in Synapse's database)
* LDAP

This removed the need to copy `mxisd.yaml.j2` to the inventory in case one wants
to use LDAP as identity store. Note that the previous solution (copying
`mxisd.yaml.j2` was poor because of two reasons:

* The copy remains outdated in case the original is updated in future versions
  of this repo.
* The role's configuration should be in one place (configured only through role
  variables) instead of in multiple.

Configuring more identity stores through role variables can be supported in the
future.
2018-12-04 17:19:49 +01:00
..
corporal Add support for matrix-corporal 2018-08-21 13:34:34 +03:00
coturn Remove lt-cred-mech Coturn option 2018-10-08 08:22:40 +03:00
cron.d Switch from acmetool to certbot for SSL certificate retrieval 2018-08-29 09:37:44 +03:00
env Make Synapse cache factor configurable 2018-09-27 10:03:31 +03:00
mautrix-telegram Expose mautrix-telegram public endpoint through nginx 2018-10-21 23:20:37 +02:00
mautrix-whatsapp Add documentation and fix templates 2018-10-24 18:23:39 +02:00
mxisd Support configuring mxisd's identity stores (two of them) 2018-12-04 17:19:49 +01:00
nginx-conf.d Fix /.well-known/matrix/client for CORS 2018-11-29 09:13:25 +02:00
riot-web Fix a few minor things for consistency 2018-11-23 11:00:08 +02:00
synapse Rename variable (matrix_synapse_ext_password_provider_ldap -> matrix_synapse_ext_password_provider_ldap_enabled) 2018-11-28 11:19:19 +02:00
systemd Rename playbook variables so they are consistently prefixed 2018-11-01 08:46:47 +02:00
usr-local-bin add script + doc to remove everything 2018-11-28 11:02:51 +01:00
well-known Add Service Discovery (/.well-known/matrix/client) support 2018-09-17 10:51:46 +03:00