From 4f9b7ba656f6bdce83638c3ce8e8d61d1cf9d9f4 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 14 Jan 2024 21:22:08 +0200 Subject: [PATCH] Add missing container label wiring for mautrix-googlechat and mautrix-hangouts --- group_vars/matrix_servers | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index fe53c7bfb..28bdf94b2 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -1049,6 +1049,8 @@ matrix_mautrix_googlechat_container_labels_traefik_docker_network: "{{ matrix_pl matrix_mautrix_googlechat_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}" matrix_mautrix_googlechat_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}" +matrix_mautrix_googlechat_container_labels_public_endpoint_hostname: "{{ matrix_server_fqn_matrix }}" + matrix_mautrix_googlechat_container_labels_metrics_middleware_basic_auth_enabled: "{{ matrix_metrics_exposure_http_basic_auth_enabled }}" matrix_mautrix_googlechat_container_labels_metrics_middleware_basic_auth_users: "{{ matrix_metrics_exposure_http_basic_auth_users }}" @@ -1115,6 +1117,8 @@ matrix_mautrix_hangouts_container_labels_traefik_docker_network: "{{ matrix_play matrix_mautrix_hangouts_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}" matrix_mautrix_hangouts_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}" +matrix_mautrix_hangouts_container_labels_public_endpoint_hostname: "{{ matrix_server_fqn_matrix }}" + matrix_mautrix_hangouts_container_labels_metrics_middleware_basic_auth_enabled: "{{ matrix_metrics_exposure_http_basic_auth_enabled }}" matrix_mautrix_hangouts_container_labels_metrics_middleware_basic_auth_users: "{{ matrix_metrics_exposure_http_basic_auth_users }}"