boris
d79da97a65
remove matrix_nginx_proxy_enabled condition to create tmpfs for cache
4 jaren geleden
boris
3e70a2cb61
fix spacing to pass yamllint
4 jaren geleden
boris
f46b1f572d
create cache directory on host only if required
4 jaren geleden
boris
5e99040321
fix condition for matrix_nginx_proxy_synapse_cache_path
4 jaren geleden
boris runakov
07cc457233
use matrix_nginx_proxy_data_path in matrix_nginx_proxy_synapse_cache_path
4 jaren geleden
boris runakov
0f391dbffb
use tmpfs if matrix_nginx_proxy_enabled
4 jaren geleden
boris runakov
828e2e830d
fix typo in matrix_nginx_proxy_synapse_cache_path
4 jaren geleden
boris runakov
8de54b3b51
optional media cache with range requests support
4 jaren geleden
Slavi Pantaleev
0364c6c634
Suppress old container cleanup (kill/rm) failures
People often report and ask about these "failures".
More-so previously, when the `docker kill/rm` output was collected,
but it still happens now when people do `systemctl status
matrix-something` and notice that it says "FAILURE".
Suppressing to avoid further time being wasted on saying "this is
expected".
4 jaren geleden
Yan Minagawa
b982733a8a
fix typo in document path for the proxy
4 jaren geleden
Kim Brose
5ed23e81ef
Fix index in external_prometheus.yml.example.j2
For an unknown reason prometheus ignored the given "numeric" index and replaced it by 1. This made it not work properly, plus multiple workers of same types were not differentiable. With a "string" index, it works as intended.
4 jaren geleden
Aine
2da3768b20
Added retries to the docker pulls ( #1701 )
4 jaren geleden
Aine
701591e87e
Added retries to the docker pulls
4 jaren geleden
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
4 jaren geleden
GoliathLabs
e53cc026d0
Updated: certbot to v1.23.0
4 jaren geleden
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 jaren geleden
Slavi Pantaleev
86c36523df
Replace ExecStopPost with ExecStop
Reverts b1b4ba501fdfaa, 90c9801c560b6, a3c84f78ca9c65a, ..
I haven't really traced it (yet), but on some servers, I'm observing
`ansible-playbook ... --tags=start` completing very slowly, waiting
to stop services. I can't reproduce this on all Matrix servers I manage.
I suspect that either the systemd version is to blame or that some
specific service is not responding well to some `docker kill/rm` command.
`ExecStop` seems to work great in all cases and it's what we've been
using for a very long time, so I'm reverting to that.
4 jaren geleden
GoliathLabs
33851f1dfa
Updated: nginx to 1.21.6-alpine
4 jaren geleden
Wm Salt Hale
3aa8c1f62c
only enable openssl if necessary
4 jaren geleden
GoliathLabs
b608c3d342
Updated: worker_processes to auto
4 jaren geleden
GoliathLabs
8a66db850e
Updated: Certbot to v1.22.0
4 jaren geleden
Slavi Pantaleev
29bc22a085
Add matrix_nginx_proxy_container_additional_networks
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1498
4 jaren geleden
Slavi Pantaleev
27a4871aea
Fix variable name typo
4 jaren geleden
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.
4 jaren geleden
Slavi Pantaleev
ecc237bbad
Initial work on getting nginx reverse proxying working with Dendrite
4 jaren geleden
rakshazi
5788a16a2e
added matrix-client-cinny
4 jaren geleden
Slavi Pantaleev
b1b4ba501f
Replace ExecStop with ExecStopPost
ExecStopPost should allow us to clean up (docker kill + docker rm)
even if the ExecStart (docker run ..) command failed, and not just after
a graceful service stop was initiated.
Source: https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStopPost=
4 jaren geleden
Slavi Pantaleev
8515ac55e6
Upgrade nginx (1.21.4 -> 1.21.5)
4 jaren geleden
Slavi Pantaleev
948c411106
Remove sudo requirement for generating SSL certificates
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1492
4 jaren geleden
Slavi Pantaleev
afd7f03bb5
Minor comment changes
4 jaren geleden
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
4 jaren geleden
Slavi Pantaleev
3a9fe48deb
Make matrix-nginx-proxy's X-Forwarded-For header customizable
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1393
4 jaren geleden
Aaron Raimist
f8fe68b385
Allow workers to serve new v3 APIs
1f196f59cb
4 jaren geleden
boris runakov
394ecb0acc
remove default from variable name
4 jaren geleden
boris runakov
d3a9ec98de
refactoring
4 jaren geleden
boris runakov
1ec67f49b0
replaced 8008 where possible
4 jaren geleden
Slavi Pantaleev
994c0e504c
Ensure some matrix-nginx-proxy variables are defined
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1397
4 jaren geleden
b
07496069c8
rellocating variables for consistency
4 jaren geleden
b
7756cc4c8e
replace port 8048 with matrix_synapse_container_default_federation_port
4 jaren geleden
JokerGermany
c0656448f7
Port 80 for IPv6
4 jaren geleden
sakkiii
cd26af2f6f
Certbot Update (v1.20.0 -> v1.21.0)
4 jaren geleden
sakkiii
7a4f49c457
Nginx Minio Update (1.21.3 -> 1.21.4)
4 jaren geleden
Slavi Pantaleev
735c966ab6
Disable systemd services when stopping to uninstall them
Until now, we were leaving services "enabled"
(symlinks in /etc/systemd/system/multi-user.target.wants/).
We clean these up now. Broken symlinks may still exist in older
installations that enabled/disabled services. We're not taking care
to fix these up. It's just a cosmetic defect anyway.
4 jaren geleden
b
6eaa8ac65a
add server_name to matrix-synapsel.conf only if matrix_nginx_proxy_enabled
4 jaren geleden
b
dcda17595a
change port 8090 to matrix_ma1sd_default_port
4 jaren geleden
Kim Brose
5f6bbafa17
fix space before tab in indent
4 jaren geleden
HarHarLinks
7b33fc8e19
fixup! auto-generate prometheus.yml for workers metrics
4 jaren geleden
HarHarLinks
ce41674e61
auto-generate prometheus.yml for workers metrics
4 jaren geleden
HarHarLinks
4209c4208c
add own variable for worker metrics
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1311#issuecomment-945718866
4 jaren geleden
Slavi Pantaleev
2bf052369d
Upgrade certbot (v1.19.0 -> v1.20.0)
4 jaren geleden