matrix-docker-ansible-deploy/roles/matrix-server
haslersn e282642fe4 Default matrix-synapse-rest-auth endpoint to matrix-mxisd
matrix-synapse-rest-auth is commonly used together with mxisd. The
uninformed might either

* not know that `matrix_synapse_ext_password_provider_rest_auth_endpoint`
  has to be set or
* set it wrongly to `http://localhost:8090` which doesn't work because
  matrix-synapse doesn't run on the localhost, but inside a docker
  container.

The correct value for that common use case is `http://matrix-mxisd:8090`
and is a better default than the empty string.
2018-12-04 01:19:18 +01:00
..
defaults Default matrix-synapse-rest-auth endpoint to matrix-mxisd 2018-12-04 01:19:18 +01:00
files/yum.repos.d Stop using patched synapse_port_db script 2017-10-14 09:58:06 +03:00
tasks Fix /.well-known/matrix/client for CORS 2018-11-29 09:13:25 +02:00
templates Fix /.well-known/matrix/client for CORS 2018-11-29 09:13:25 +02:00