matrix-docker-ansible-deploy/docs
Slavi Pantaleev 9dad4c7c2d Fix /.well-known/matrix/client for CORS
This is provoked by Github issue #46.

No client had made use of the well-known mechanism
so far, so the set up performed by this playbook was not tested
and turned out to be a little deficient.

Even though /.well-known/matrix/client is usually requested with a
simple request (no preflight), it's still considered cross-origin
and [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
applies. Thus, the file always needs to be served with the appropriate
`Access-Control-Allow-Origin` header.

Github issue #46 attempts to fix it at the "reverse-proxying" layer,
which may work, but would need to be done for every server.
It's better if it's done "upstream", so that all reverse-proxy
configurations can benefit.
2018-11-29 09:13:25 +02:00
..
configuring-dns.md
configuring-playbook-bridge-mautrix-telegram.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-bridge-mautrix-whatsapp.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-email.md
configuring-playbook-external-postgres.md Add a note about trying to use local PostgreSQL instances 2018-11-26 07:27:53 +02:00
configuring-playbook-federation.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-ldap-auth.md Add LDAP auth password provider documentation and changelog description 2018-11-28 11:21:03 +02:00
configuring-playbook-matrix-corporal.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-mxisd.md
configuring-playbook-own-webserver.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-rest-auth.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-s3.md
configuring-playbook-shared-secret-auth.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook-telemetry.md Annotate certain features as optional/advanced 2018-11-26 07:23:42 +02:00
configuring-playbook.md Add LDAP auth password provider documentation and changelog description 2018-11-28 11:21:03 +02:00
configuring-well-known.md Fix /.well-known/matrix/client for CORS 2018-11-29 09:13:25 +02:00
importing-sqlite.md Link to the restoring media store guide 2018-11-12 19:11:47 -06:00
installing.md
maintenance-and-troubleshooting.md Add initial version of maintenance and troubleshooting doc 2018-11-14 14:34:24 -06:00
maintenance-checking-services.md
maintenance-upgrading-postgres.md Add support for configuring Postgres auto-upgrade-backup path 2018-11-01 09:48:56 +02:00
maintenance-upgrading-services.md
prerequisites.md
README.md Add initial version of maintenance and troubleshooting doc 2018-11-14 14:34:24 -06:00
registering-users.md add script + doc to change a user to admin 2018-11-28 11:02:15 +01:00
restoring-media-store.md
uninstalling.md add script + doc to remove everything 2018-11-28 11:02:51 +01:00