Julian Foad
ec9f8e2931
Add a role to install 'ntfy' push-notification server.
This commit adds a 'matrix-ntfy' role that runs Ntfy server in Docker with
simple configuration, and plumbing to add the role to the playbook.
TODO: documentation, self-check, database persistence.
hace 3 años
Slavi Pantaleev
2e4fad6194
Use 127.0.0.1 instead of localhost for federation API when nginx disabled
`localhost` may resolve to `::1` on some IPv6-enabled systems, which will
not work, because we only potentially expose container ports on
`127.0.0.1` when nginx is disabled (`matrix_nginx_proxy_enabled: false`),
not on `::1`.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1914
hace 3 años
Slavi Pantaleev
ba51997f7b
(BC Break) Redo how metrics are exposed to external Prometheus servers
hace 3 años
Slavi Pantaleev
a3a6e14f7b
Add matrix_nginx_proxy_proxy_synapse_metrics_addr_{with,sans}_container variables to defaults
We redefine these variables in `group_vars/matrix_servers`, but it's better
to have some defaults in the role as well.
hace 3 años
Slavi Pantaleev
f4cf7b9cc1
Remove unused variable (matrix_nginx_proxy_synapse_workers_enabled_list) definition
hace 3 años
Slavi Pantaleev
f943e82384
Upgrade Certbot (1.27 -> 1.28)
hace 3 años
Slavi Pantaleev
271a8d0a73
Upgrade certbot (v1.23.0 -> v1.27.0)
hace 3 años
Slavi Pantaleev
4a0b839768
Automatically do the right thing with regards to Synapse Metrics htpasswd
.. regardless of whether matrix-nginx-proxy runs in a container or not
hace 3 años
Aine
290754371a
add matrix-bot-buscarron
hace 3 años
Andrea Tartaglia
68424e68e5
feat: make synapse htpasswd file path configurable
When setting `matrix_nginx_proxy_enabled: false` and enabling authentication on the metrics endpoint, the htpasswd file is hardcoded to the nginx-proxy container dir, this changes the hardcoded value to a variable so the path can be updated
hace 3 años
borisrunakov
acaebfbf67
optional media cache with range requests support ( #1759 )
hace 3 años
Yan Minagawa
b982733a8a
fix typo in document path for the proxy
hace 3 años
Alejo Diaz
4ec24ec344
Add support for obtain ECDSA keys ( #1667 )
* Add support for obtain ECDSA keys
* Replace matrix_ssl_lets_encrypt_use_ecdsa_keys for matrix_ssl_lets_encrypt_key_type
hace 4 años
GoliathLabs
e53cc026d0
Updated: certbot to v1.23.0
hace 4 años
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
hace 4 años
GoliathLabs
33851f1dfa
Updated: nginx to 1.21.6-alpine
hace 4 años
GoliathLabs
b608c3d342
Updated: worker_processes to auto
hace 4 años
GoliathLabs
8a66db850e
Updated: Certbot to v1.22.0
hace 4 años
Slavi Pantaleev
29bc22a085
Add matrix_nginx_proxy_container_additional_networks
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1498
hace 4 años
Slavi Pantaleev
3b9d5b13e9
Add support for not serving Dendrite federation APIs on the client port
Seems like Dendrite encourages serving both the Client and Federation
API at the same port.
Coming from Synapse and how things are done there, we have separate
ports. Using separate ports probably makes matrix-corporal (etc.)
integration easier, so separating the APIs by default probably makes
sense.
hace 4 años
Slavi Pantaleev
ecc237bbad
Initial work on getting nginx reverse proxying working with Dendrite
hace 4 años
rakshazi
5788a16a2e
added matrix-client-cinny
hace 4 años
Slavi Pantaleev
8515ac55e6
Upgrade nginx (1.21.4 -> 1.21.5)
hace 4 años
Slavi Pantaleev
afd7f03bb5
Minor comment changes
hace 4 años
Slavi Pantaleev
fa704f104b
Add support for using custom ACME CA servers (other than Let's Encrypt')
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1468
hace 4 años
Slavi Pantaleev
3a9fe48deb
Make matrix-nginx-proxy's X-Forwarded-For header customizable
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1393
hace 4 años
boris runakov
394ecb0acc
remove default from variable name
hace 4 años
boris runakov
d3a9ec98de
refactoring
hace 4 años
boris runakov
1ec67f49b0
replaced 8008 where possible
hace 4 años
b
07496069c8
rellocating variables for consistency
hace 4 años
b
7756cc4c8e
replace port 8048 with matrix_synapse_container_default_federation_port
hace 4 años
sakkiii
cd26af2f6f
Certbot Update (v1.20.0 -> v1.21.0)
hace 4 años
sakkiii
7a4f49c457
Nginx Minio Update (1.21.3 -> 1.21.4)
hace 4 años
b
dcda17595a
change port 8090 to matrix_ma1sd_default_port
hace 4 años
HarHarLinks
4209c4208c
add own variable for worker metrics
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1311#issuecomment-945718866
hace 4 años
Slavi Pantaleev
2bf052369d
Upgrade certbot (v1.19.0 -> v1.20.0)
hace 4 años
Kim Brose
1ba7760ea4
add how to generate htpasswd
for matrix_nginx_proxy_proxy_synapse_metrics_basic_auth_key
resolves #1308
hace 4 años
HarHarLinks
d9fa2f7ed4
add auto proxy synapse worker metrics
when matrix_nginx_proxy_proxy_synapse_metrics is enabled
hace 4 años
Colin Shea
2578ca4cee
rename matrix_nginx_proxy_x_forwarded_header_value -> matrix_nginx_proxy_x_forwarded_proto_value
hace 4 años
Colin Shea
d0cd67044e
replace $scheme with X-Forwarded-Proto when enabled
hace 4 años
sakkiii
3055b3996e
Updates Certbot -> v1.19.0, nginx ->1.21.3-alpine
hace 4 años
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
hace 4 años
Slavi Pantaleev
a911207854
Revert "nginx update v1.21.2"
This reverts commit 732051b8fc .
There's no such container image published yet.
hace 4 años
sakkiii
732051b8fc
nginx update v1.21.2
http://nginx.org/en/CHANGES
hace 4 años
sakkiii
f5a7e6d78b
Certbot update v1.18.0
hace 4 años
Michael Collins
98e6cd685d
sync with previous repo
hace 4 años
Michael Collins
4d57a41b3f
remove matrix_awx_enabled from these
hace 4 años
Michael Collins
2e30802b87
use group variables instead
hace 4 años
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
hace 4 años
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
hace 4 años