From 4f55c566fd24c8a056421a3a4cbab12cef6ebcb2 Mon Sep 17 00:00:00 2001 From: Call-Me-G-Now <125204742+Call-Me-G-Now@users.noreply.github.com> Date: Thu, 2 Mar 2023 14:25:51 +0100 Subject: [PATCH] Set Traefik base path set Traefik's base path to be in the matrix base path tree. This is in alignment with all other roles' data paths --- group_vars/matrix_servers | 2 ++ 1 file changed, 2 insertions(+) diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index 6e40aba7..295464f5 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -3781,6 +3781,8 @@ matrix_user_verification_service_uvs_auth_token: "{{ '%s' | format(matrix_homese # See the comment there for more details about why we have both `devture_traefik_enabled` and `matrix_playbook_traefik_role_enabled`. devture_traefik_enabled: "{{ matrix_playbook_reverse_proxy_type == 'playbook-managed-traefik' }}" +devture_traefik_base_path: "{{ matrix_base_data_path }}/traefik" + devture_traefik_uid: "{{ matrix_user_uid }}" devture_traefik_gid: "{{ matrix_user_gid }}"