Slavi Pantaleev
3f212feb1f
Move matrix-email2matrix to its own container network
před 2 roky
Slavi Pantaleev
e2157517af
Hook matrix-homeserver-proxy to matrix-prometheus-nginxlog-exporter
před 2 roky
Slavi Pantaleev
262caf0d59
Add native Traefik support to matrix-prometheus-nginxlog-exporter
před 2 roky
Slavi Pantaleev
a78a749f75
Define matrix_synapse_reverse_proxy_companion_access_log_syslog_integration_server_port in the role defaults and make the tag configurable
před 2 roky
Slavi Pantaleev
0fe4aaae09
Fix variable name typos in validation tasks for a few bridges
The old variables existed as well, but I inteded to use these new ones.
před 2 roky
Slavi Pantaleev
313ecd8f8d
Do not require Prometheus in matrix-prometheus-nginxlog-exporter
The user may be running Prometheus elsewhere. It doesn't need to be
getting installed using the current playbook.
před 2 roky
Slavi Pantaleev
21d412f90b
Fix syntax errors in some --mount arguments
Regression since ce2f541deb
před 2 roky
Slavi Pantaleev
a9a1448f62
Add self-check for the matrix-corporal HTTP API (if enabled)
před 2 roky
Slavi Pantaleev
5d76b91dc2
Restore matrix-corporal functionality when matrix-nginx-proxy is not involved
před 2 roky
Slavi Pantaleev
22dce1d4cc
Upgrade matrix-reminder-bot and lock it down via the new allowlist setting
před 2 roky
Slavi Pantaleev
d6e91116ab
Update documentation related to variables for prometheus-node-exporter/prometheus-postgres-exporter metrics exposure
před 2 roky
Slavi Pantaleev
c468a860f8
Switch to exposing prometheus-postgres-exporter via native Traefik labels, not via matrix-prometheus-services-proxy-connect.. and remove `matrix-prometheus-services-proxy-connect` role
This requires at least `v0.14.0-2` of the `prometheus-postgres-exporter`
Ansible role.
před 2 roky
Slavi Pantaleev
beb0f2387d
Switch to exposing prometheus-node-exporter via native Traefik labels, not via matrix-prometheus-services-proxy-connect
This requires at least `v1.7.0-2` of the `prometheus-node-exporter`
Ansible role.
před 2 roky
Slavi Pantaleev
7fba83924c
Remove etherpad-proxy-connect role
před 2 roky
Slavi Pantaleev
4018aa38b3
Move matrix-registration service to its own network and add native Traefik support
před 2 roky
Slavi Pantaleev
13e47fc3f5
Remove matrix-nginx-proxy integration support from matrix-synapse-admin
před 2 roky
Slavi Pantaleev
74099383cd
Adapt external_prometheus.yml.example.j2 to our new metrics exposure setup
před 2 roky
Slavi Pantaleev
934b73c849
Remove leftover Synapse metrics code for integrating with matrix-nginx-proxy
před 2 roky
Slavi Pantaleev
c0308307e2
Make homeserver services sleep after startup, instead of all dependencies sleeping separately
This is an attempt at optimizing service startup.
The effect is most pronounced when many services are restarted one by one.
The systemd service manager role sometimes does this - for example when `just install-service synapse` runs.
In such cases, a 5-second delay for each Synapse worker service
(or other bridge/bot service that waits on the homeserver) quickly adds up to a lot.
When services are all stopped fully and then started, the effect is not so pronounced, because
`matrix-synapse.service` starts first and pulls all worker services (defined as `Wants=` for it).
Later on, when the systemd service manager role "starts" these worker services, they're started already.
Even if they had a 5-second wait each, it would have happened in parallel.
před 2 roky
Slavi Pantaleev
41a52945d6
Add support for exposing metrics for Synapse workers
před 2 roky
Slavi Pantaleev
22f5f0ba75
Add support for exposing metrics for Synapse (without workers)
před 2 roky
Slavi Pantaleev
3556dd77ef
Use variables instead of hardcoding service port numbers in labels for matrix-synapse
před 2 roky
Slavi Pantaleev
b38b00bbd7
Upgrade mautrix-signal (959eb7eaf9 -> de8c8d97c2)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3090
Related to https://github.com/mautrix/signal/issues/422
před 2 roky
Slavi Pantaleev
1831f09f2b
Shorten Traefik router names (*-endpoint -> *)
před 2 roky
Slavi Pantaleev
f9faaae26c
Shorten Traefik router name (*-well-known-endpoint -> *-well-known)
před 2 roky
Slavi Pantaleev
18254cd0b2
Remvoe all Traefik labels from matrix-nginx-proxy and update docs for delegation via SRV
před 2 roky
Slavi Pantaleev
ce2f541deb
Switch all remaining container volume mounting from `-v` to `--mount`
`--mount` is safer, as `-v` has the side-effect of creating the "source"
destination as a directory if it doesn't exist yet.
We don't need such magic.
před 2 roky
Slavi Pantaleev
881c20bf25
Switch matrix_dendrite_container_additional_volumes from using -v to --mount
Related to e5130372b9 .
Depending on the `options` that people provide, this may break
compatibility.
před 2 roky
Slavi Pantaleev
e5130372b9
Switch matrix_synapse_container_additional_volumes from using -v to --mount
Depending on the `options` that people provide, this may break
compatibility.
před 2 roky
Slavi Pantaleev
c4d6144bb9
Add metrics-exposure support for Dendrite
před 2 roky
Slavi Pantaleev
f257cd9fbe
Fix a few incorrect service names in labels for matrix-synapse/matrix-synapse-reverse-proxy-companion
před 2 roky
Slavi Pantaleev
0701a01825
Fix service name in federation labels for Dendrite
před 2 roky
Slavi Pantaleev
4873af18a8
Fix service name in federation labels for Conduit
před 2 roky
Slavi Pantaleev
bea41e28b0
Remove Dendrite support from matrix-nginx-proxy
před 2 roky
Slavi Pantaleev
d8eb768e03
Add native Traefik support to matrix-dendrite
před 2 roky
Slavi Pantaleev
f78adfde47
Remove Synapse support from matrix-nginx-proxy
před 2 roky
Slavi Pantaleev
030e8065e4
Remove Conduit support from matrix-nginx-proxy
před 2 roky
Slavi Pantaleev
9ae8ccac36
Add matrix_conduit_hostname
před 2 roky
Slavi Pantaleev
4639eebf12
Add native Traefik support to matrix-conduit
před 2 roky
Slavi Pantaleev
3e0e92bdf7
Do not use matrix_synapse_reverse_proxy_companion_ variables in the matrix-synapse role
před 2 roky
Slavi Pantaleev
95e505106b
Restore matrix_mautrix_signal_appservice_bot_username usage
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3088
Looks like the migration to the Go-based Signal bridge hardcoded the
`signalbot` username instead of using the variable we had.
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3041
před 2 roky
Slavi Pantaleev
6766216fcb
Wire Conduit to advertise usage of the Coturn TURN server
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3089
před 2 roky
Slavi Pantaleev
f54b68956d
Adapt matrix-media-repo to new container network setup, etc.
před 2 roky
Slavi Pantaleev
3e19c8b102
Define matrix_media_repo_homeservers_auto in group vars
This is mostly so as to avoid referring to variables from other roles,
like `matrix_nginx_proxy_proxy_matrix_client_api_addr_with_container`.
před 2 roky
Slavi Pantaleev
883afa11dc
Do not hardcode devture_postgres_identifier in matrix-media-repo role
This should come (and already does) from group_vars/matrix_servers
před 2 roky
Slavi Pantaleev
7ad5321f54
Make sure ma1sd uninstallation tasks also run on setup-all
před 2 roky
Slavi Pantaleev
aea66442a1
Move matrix-ma1sd to its own container network and add native Traefik support
před 2 roky
Slavi Pantaleev
81f1c4683b
Use Path() intead of PathPrefix() for ldap-registration-proxy endpoint
před 2 roky
Slavi Pantaleev
7441fff210
Fix regex in atrix_ldap_registration_proxy_container_labels_registration_endpoint_path_prefix
před 2 roky
Slavi Pantaleev
0c048c7592
Fix ma1sd self-building and make it not require gradle
před 2 roky