sakkiii
3055b3996e
Updates Certbot -> v1.19.0, nginx ->1.21.3-alpine
пре 4 година
sakkiii
ae6caf158a
Added variable matrix_nginx_proxy_request_timeout ( #1265 )
* add timeout param for nginx proxy
default value matrix_nginx_proxy_request_timeout is 60s
* default matrix_nginx_proxy_request_timeout - 60s
* few more variables for request timeout
* Update nginx.conf.j2
* Update nginx.conf.j2
пре 4 година
Slavi Pantaleev
a911207854
Revert "nginx update v1.21.2"
This reverts commit 732051b8fc .
There's no such container image published yet.
пре 4 година
sakkiii
732051b8fc
nginx update v1.21.2
http://nginx.org/en/CHANGES
пре 4 година
sakkiii
f5a7e6d78b
Certbot update v1.18.0
пре 4 година
Michael Collins
4d57a41b3f
remove matrix_awx_enabled from these
пре 4 година
Michael Collins
2e30802b87
use group variables instead
пре 4 година
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
пре 4 година
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
пре 4 година
sakkiii
7a51268dfc
Upgrade certbot & nginx
Upgrade certbot (v1.16.0 -> v1.17.0) nginx (1.21.0 -> 1.21.1)
пре 4 година
oxmie
5df4d68829
Make federation domain customizable
пре 4 година
Slavi Pantaleev
963f38ee7b
Upgrade certbot (v1.14.0 -> v1.16.0)
пре 4 година
Michael-GMH
ad7bbd6442
merge upstream
пре 4 година
Slavi Pantaleev
4880dcceb0
Fix OCSP-stapling-related errors due to missing resolver
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1057
пре 4 година
rakshazi
4ddd8bbb84
Updated nginx-proxy (1.20.0 -> 1.21.0)
пре 4 година
Michael-GMH
85777e8f96
merge with upstream
пре 4 година
sakkiii
3436f9c10a
rename to matrix_nginx_proxy_hsts_preload_enabled
пре 4 година
sakkiii
7cc5328ede
Comments & Ref
пре 4 година
sakkiii
df2d91970d
matrix_nginx_proxy_xss_protection
пре 4 година
sakkiii
e9b878b9e9
Optimize SSL session
пре 4 година
Slavi Pantaleev
e6afa05f7b
Enable OCSP stapling for the federation port
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1057
Not sure if this is beneficial though.
пре 4 година
sakkiii
2c3da6599b
Added warning
пре 4 година
sakkiii
0dd4459799
matrix_nginx_proxy_ocsp_stapling_enabled variable added
пре 4 година
sakkiii
c05021640d
Enable OCSP Stapling
пре 4 година
Aaron Raimist
ca361af616
Add Hydrogen
пре 4 година
Dan Arnfield
cfaa3e598a
Update nginx (1.19.10 -> 1.20.0)
пре 4 година
sakkiii
40fe6bd5c1
variable matrix_nginx_proxy_hsts_preload_enable added
пре 4 година
Michael-GMH
50d7209c5b
GMH v04.3
пре 4 година
Slavi Pantaleev
d691cc0920
Move variable definition a bit
пре 4 година
Slavi Pantaleev
e00ef04b57
Add opt-out-of-FLoC headers by default
пре 4 година
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
пре 4 година
Slavi Pantaleev
c7c137df74
Upgrade nginx and certbot
пре 4 година
Ahmad Haghighi
e335f3fc77
rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
пре 4 година
Ahmad Haghighi
f52a8b6484
use custom docker registry
пре 4 година
Christoph Johannes Kleine
fcd66b2889
rename variables
пре 5 година
Christoph Johannes Kleine
8ba1105010
rename variable
пре 5 година
Christoph Johannes Kleine
3a772f2f65
matrix-nginx-proxy: add custom nginx options to nginx.conf.j2
пре 5 година
Dan Arnfield
97d8527e00
Update nginx (1.19.6 -> 1.19.8)
пре 5 година
Slavi Pantaleev
06c74728eb
Move matrix_nginx_proxy_proxy_synapse_federation_api_enabled definition to the role
This variable was previously undefined in the role and was only getting
defined via `group_vars/matrix_servers`.
We now properly initialize it (and its good default value) in the role
itself.
пре 5 година
Slavi Pantaleev
9a0222fa47
Add Sygnal support
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/683
пре 5 година
Michael
5a6bdb0c3d
merge upstream
пре 5 година
Yannick Goossens
51e2547484
Added support for the Go-NEB bot
пре 5 година
SierraKiloBravo
0de0716527
Added nginx proxy worker configuration to template and defaults
пре 5 година
Slavi Pantaleev
009efdad49
Fix matrix.DOMAIN/_synapse/metrics exposing
This is something that got lost during
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/456
and more specifically 4d62a75f6f .
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/914
пре 5 година
Michael
33ec5710d9
0.2.1 revision
пре 5 година
Slavi Pantaleev
1ef683d366
Make nginx proxy config (when disabled) obey matrix_federation_public_port
People who were disabling matrix-nginx-proxy (in favor of their own
nginx webserver) and also overriding `matrix_federation_public_port`,
found that the generated nginx configuration still hardcoded `8448`,
which forced their nginx server to use that, regardless of the fact
that `matrix_federation_public_port` was pointing elsewhere.
We now allow for the in-container federation port to be configurable,
and also automatically wire things properly.
пре 5 година
rakshazi
2f887f292c
added "matrix_%SERVICE%_version" variable to all roles, use it in "matrix_%SERVICE%_docker_image" var (preserving backward-compatibility)
пре 5 година
Slavi Pantaleev
a8e9f35708
Touch up documentation a bit
пре 5 година
Peetz0r
989100b1c1
Grafana nginx proxy config
пре 5 година
Stuart Thomson
064b2e533c
Add variable for extra domains to get LE certs for
I felt that adding another variable was probably going to be the easiest way to do this. I may end up adding another variable to enable this feature, for consistency with some of the other things.
пре 5 година