Slavi Pantaleev
b5d8444764
Add self-building support to matrix-bridge-appservice-webhooks
há 4 anos
Slavi Pantaleev
603ad7c52b
Remove (non-working) SQLite support from beeper-linkedin bridge
This bridge doesn't support SQLite anyway, so it's not necessary
to carry around configuration fields and code for migration from SQLite
to Postgres. There's nothing to migrate.
há 4 anos
Slavi Pantaleev
13e660bffd
Add missing section separator
há 4 anos
Alexandar Mechev
b13cf1871f
add code for LinkedIn Bridge
há 4 anos
Slavi Pantaleev
9860fb4675
Upgrade Sygnal (v0.9.0 -> v0.10.1)
há 4 anos
Slavi Pantaleev
46340fdf63
Simplify if condition
há 4 anos
Michael Collins
98e6cd685d
sync with previous repo
há 4 anos
Michael Collins
4d57a41b3f
remove matrix_awx_enabled from these
há 4 anos
Michael Collins
2e30802b87
use group variables instead
há 4 anos
Slavi Pantaleev
421f85defa
Add self-building support to matrix-email2matrix
há 4 anos
Slavi Pantaleev
676101e999
Minor fixups for ma1sd 2.5.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1171
há 4 anos
Nate
f5d6b01b9f
Updated group_vars to update self_build based on matrix_architecture
há 4 anos
Toorero
ead4b00c09
Reverted back to manual self-build detection
há 4 anos
Toorero
3a28100131
Renamed matrix_lottieconverter to matrix_telegram_lottieconverter
há 4 anos
Toorero
7f15787d54
Fixed mautrix-telegram selfbuild not working on non amd64 platforms
há 4 anos
Toorero
f933ba14ae
Fixed self-build functionality for mautrix-signal and added self-build functionality for signald
há 4 anos
Toorero
aa6398a948
Autoset self-build for mautrix-signal bridge
há 4 anos
Stuart Mumford
2aa457efcc
Use a prom variable and not a synapse role variable
há 4 anos
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
há 4 anos
Slavi Pantaleev
8b146f083e
Disable turns when Let's Encrypt is used
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1145
há 4 anos
Aaron Raimist
19ed8d1d17
Upgrade mjolnir (0.1.17 -> 0.1.18) and implement self building
há 4 anos
Michael-GMH
ad7bbd6442
merge upstream
há 4 anos
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.
há 4 anos
Michael-GMH
85777e8f96
merge with upstream
há 4 anos
ewang
409cd2b9a3
Source port binding from group vars in line other components
há 4 anos
Aaron Raimist
9437f78c9e
Build using custom config.json, add CSP, update to 0.1.53
há 4 anos
Slavi Pantaleev
9a8a81fdb0
Disable OCSP stapling when self-signed certificates are used
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1073
há 4 anos
Toni Spets
544915ff76
Add Heisenbridge
há 4 anos
Aaron Raimist
ca361af616
Add Hydrogen
há 4 anos
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
há 4 anos
Slavi Pantaleev
e3fa3e12bc
Upgrade Synapse (1.31 -> 1.32.2)
há 4 anos
Michael-GMH
50d7209c5b
GMH v04.3
há 4 anos
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
há 4 anos
Slavi Pantaleev
1fb54a37cb
Upgrade Synapse (1.31 -> 1.32.1)
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1010
há 4 anos
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
há 4 anos
Slavi Pantaleev
f825c7c263
Upgrade Synapse (1.31 -> 1.32)
há 4 anos
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.
há 4 anos
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.
há 4 anos
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
há 4 anos
Ahmad Haghighi
126fbbc0cc
fix typo
há 4 anos
Ahmad Haghighi
f52a8b6484
use custom docker registry
há 4 anos
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
há 4 anos
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
há 4 anos
foxcris
14b8e3a3ab
- fixed error with generator function
há 4 anos
foxcris
2178f3612f
- matrix_postgres_backup_databases now uses more simple structure
há 4 anos
Aaron Raimist
1ecee625d5
Depend on more services, add a delay
há 4 anos
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.
há 5 anos
Slavi Pantaleev
59ac8a5921
Make Dimension require matrix-nginx-proxy, if enabled
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/966
há 5 anos
Slavi Pantaleev
5b7dbe8275
Make matrix-synapse wanted by matrix-nginx-proxy only if enabled
há 5 anos
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
há 5 anos