Stuart Mumford
2aa457efcc
Use a prom variable and not a synapse role variable
il y a 4 ans
Slavi Pantaleev
3777334778
Do not try to use TURNS when TLS disabled for Coturn
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1145
il y a 4 ans
Slavi Pantaleev
8b146f083e
Disable turns when Let's Encrypt is used
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1145
il y a 4 ans
Aaron Raimist
19ed8d1d17
Upgrade mjolnir (0.1.17 -> 0.1.18) and implement self building
il y a 4 ans
Michael-GMH
ad7bbd6442
merge upstream
il y a 4 ans
Raymond Coetzee
4e2780ff88
Add support for a prometheus postgres exporter
This commit introduces a new role that downloads and installs the
prometheus community postgres exporter https://github.com/prometheus-community/postgres_exporter .
A new credential is added to matrix_postgres_additional_databases that
allows the exporter access to the database to gather statistics.
A new dashboard was added to the grafana role, with some refactoring
to enable the dashboard only if the new role is enabled.
I've included some basic instructions for how to enable the role in
the Docs section.
In terms of testing, I've tested enabling the role, and disabling
it to make sure it cleans up the container and systemd role.
il y a 4 ans
Michael-GMH
85777e8f96
merge with upstream
il y a 4 ans
ewang
409cd2b9a3
Source port binding from group vars in line other components
il y a 4 ans
Aaron Raimist
9437f78c9e
Build using custom config.json, add CSP, update to 0.1.53
il y a 4 ans
Slavi Pantaleev
9a8a81fdb0
Disable OCSP stapling when self-signed certificates are used
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1073
il y a 4 ans
Toni Spets
544915ff76
Add Heisenbridge
il y a 4 ans
Aaron Raimist
ca361af616
Add Hydrogen
il y a 4 ans
Slavi Pantaleev
f03adc83f1
Fix matrix_ma1sd_dns_overwrite_homeserver_client_value when not matrix_nginx_proxy_enabled
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1047
il y a 4 ans
Slavi Pantaleev
e3fa3e12bc
Upgrade Synapse (1.31 -> 1.32.2)
il y a 4 ans
Michael-GMH
50d7209c5b
GMH v04.3
il y a 4 ans
Slavi Pantaleev
378fabf177
Revert "Upgrade Synapse (1.31 -> 1.32.1)"
This reverts commit 1fb54a37cb .
Seems like it's been pulled or something. It used to exist, but not
anymore. Not sure what's going on.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1017
Related to
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1010
il y a 4 ans
Slavi Pantaleev
1fb54a37cb
Upgrade Synapse (1.31 -> 1.32.1)
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1010
il y a 4 ans
Slavi Pantaleev
ca786cc343
Revert "Upgrade Synapse (1.31 -> 1.32)"
This reverts commit f825c7c263 .
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1010
il y a 4 ans
Slavi Pantaleev
f825c7c263
Upgrade Synapse (1.31 -> 1.32)
il y a 4 ans
Slavi Pantaleev
adcecaffaf
Fix connectivity between prometheus and prometheus-node-exporter
Expected to have regressed after https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1008
This patch comes with its own downsides (as described in the comments
for matrix_prometheus_node_exporter_container_http_host_bind_port),
but at least there's:
- no security issue
- metrics remain readable from matrix-prometheus (even if the network metrics are inaccurate)
A better patch is certainly welcome.
il y a 4 ans
Slavi Pantaleev
8da8979a24
Do not override matrix_prometheus_node_exporter_container_http_host_bind_port when matrix-nginx-proxy disabled
Not sure why this had been done in the first place.
It doesn't make any sense.
There's no relation between matrix-nginx-proxy and
prometheus-node-exporter.
il y a 4 ans
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
il y a 4 ans
Ahmad Haghighi
126fbbc0cc
fix typo
il y a 4 ans
Ahmad Haghighi
f52a8b6484
use custom docker registry
il y a 4 ans
Slavi Pantaleev
a1a0d91604
Make prometheus-node-exporter not overlap with Synapse metrics port
This was causing a port conflict when `matrix_nginx_proxy_enabled: false`.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/983
il y a 4 ans
Slavi Pantaleev
1b55766927
Do not redefine matrix-postgres role vars in matrix-postgres-backup
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/868
il y a 4 ans
foxcris
14b8e3a3ab
- fixed error with generator function
il y a 4 ans
foxcris
2178f3612f
- matrix_postgres_backup_databases now uses more simple structure
il y a 4 ans
Aaron Raimist
1ecee625d5
Depend on more services, add a delay
il y a 5 ans
Slavi Pantaleev
59699e0d98
Try to make Dimension wait for Synapse
Some people have reported Dimension failing to contact
matrix-nginx-proxy/Synapse on startup. This attempts to
delay Dimension startup some more.
il y a 5 ans
Slavi Pantaleev
59ac8a5921
Make Dimension require matrix-nginx-proxy, if enabled
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/966
il y a 5 ans
Slavi Pantaleev
5b7dbe8275
Make matrix-synapse wanted by matrix-nginx-proxy only if enabled
il y a 5 ans
Slavi Pantaleev
5a4ea5f866
Make AWX enabling/disabling consistent with other playbook roles
That is:
- enabled in the role by default
- disabled in the compilation (playbook), if considered an optional
component
il y a 5 ans
Slavi Pantaleev
b89936afba
Make bridges depend on matrix-nginx-proxy
We don't point them straight to Synapse anymore, but rather
to matrix-nginx-proxy, which forwards to Synapse (or something else).
il y a 5 ans
Aaron Raimist
bab8b950ca
Add mjolnir
il y a 5 ans
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.
il y a 5 ans
Slavi Pantaleev
9a0222fa47
Add Sygnal support
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/683
il y a 5 ans
Michael
5a6bdb0c3d
merge upstream
il y a 5 ans
foxcris
11cd1cb0fa
- removed matrix_postgres_backup_db_list variable
- add matrix_postgres_backup_databases to be build on top of matrix_postgres_additional_databases
- POSTGRES_DB is now directly set from matrix_postgres_backup_databases while building the templates/env-postgres-backup.j2
il y a 5 ans
foxcris
43f7d9afb6
- removed dynamic building of the postgres db list an reused matrix_postgres_additional_databases in group_vars/matrix_servers as source for the list
- adjusted env-postgres-backup.j2 to use the new role specific variables
il y a 5 ans
foxcris
ecc6bdb3ca
- changed variables names to use role specific one and redefine them using group_vars/matrix_servers
il y a 5 ans
Yannick Goossens
20c6bd686e
Added the matrix_bot_go_neb_container_http_host_bind_port variable to allow the container to expose its listen port
il y a 5 ans
Yannick Goossens
51e2547484
Added support for the Go-NEB bot
il y a 5 ans
Slavi Pantaleev
a25b8135b8
Fix point overlap between matrix-domain and Jitsi
Mostly affects people who disable the integrated `matrix-nginx-proxy`.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/456
and more specifically 4d62a75f6f .
il y a 5 ans
Michael
33ec5710d9
0.2.1 revision
il y a 5 ans
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.
il y a 5 ans
Marcus Proest
b99372a3c5
initial commit of mautrix-instagram role
il y a 5 ans
Slavi Pantaleev
217b4a8808
Release Synapse v1.27.0 to ARM32 via self-building
Related to: https://matrix.org/blog/2021/02/18/synapse-1-27-0-released#dropping-armv7-docker-images
il y a 5 ans
Béla Becker
005f4d57f9
Remove mention of sqlite3 support for Etherpad
The official Etherpad Docker image has no support for sqlite3 databases.
il y a 5 ans
Marc Leuser
1434c371bd
safer port binding of etherpad docker container
don't bind to any host port if nginx_proxy is used
only bind to localhost if it's not used
il y a 5 ans