1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-06-12 22:17:28 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
a8e9f35708 Touch up documentation a bit 2021-02-14 11:05:05 +02:00
093ecba405 Add more documentation 2021-02-07 16:09:20 +13:00
f7bea5bb05 Add documentation for new variable 2021-02-06 20:31:24 +13:00
47784d465a Remove note about federation tester not working with TLS 1.3 2021-02-03 09:50:58 -06:00
4bc8193f69 Fix typos and improve wording 2021-01-08 21:13:01 +02:00
25d423e6b6 Fix errors per spantaleev suggestions
The different configurations are now all lower case, for consistent
naming.

`matrix_nginx_proxy_ssl_config` is now called
`matrix_nginx_proxy_ssl_preset`. The different options for "modern",
"intermediate" and "old" are stored in the main.yml file, instead of
being hardcoded in the configuration files. This will improve the
maintainability of the code.

The "custom" preset was removed. Now if one of the variables is set, it
will use it instead of the preset. This will allow to mix and match more
easily, for example using all the intermediate options but only
supporting TLSv1.2. This will also provide better backward
compatibility.
2021-01-08 11:32:10 +01:00
3cb71e7e84 Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy 2021-01-03 13:18:21 +01:00
dcd4716636 add option to disable nginx access log 2020-12-21 21:26:49 +01:00
ff6db5fd3b Document the new variables for ngingx SSL config
The new variables created to the nginx reverse proxy are properly added
to the documentation.
2020-12-16 10:50:08 +01:00
ef68d3d296 Add support for reverse-proxying /_synapse/oidc
This broke in 63a49bb2dc.

Proxying the OpenID Connect endpoints is now possible,
but needs to be enabled explicitly now.

Supersedes #702 (Github Pull Request).

This patch builds up on the idea from that Pull Request,
but does things in a cleaner way.
2020-11-02 11:10:03 +02:00
aabb16d78b Fix spelling ngnix -> nginx 2019-10-04 11:07:37 +03:00