From ba54e549c47927951490088b1ef962a36a063306 Mon Sep 17 00:00:00 2001 From: Backslash Date: Thu, 26 Sep 2024 19:08:09 +1000 Subject: [PATCH] Added well-known element directory --- roles/custom/matrix-element-call/tasks/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/custom/matrix-element-call/tasks/install.yml b/roles/custom/matrix-element-call/tasks/install.yml index ccf2d4121..93fbeba95 100644 --- a/roles/custom/matrix-element-call/tasks/install.yml +++ b/roles/custom/matrix-element-call/tasks/install.yml @@ -14,6 +14,7 @@ - path: "{{ matrix_element_call_base_path }}/data" - path: "{{ matrix_element_call_base_path }}/config" - path: "{{ matrix_element_call_base_path }}/backend" # For LiveKit and Redis config + - path: "{{ matrix_base_data_path }}/static-files/public/.well-known/element" # Directory for element.json # Ensure Configuration Files are in Place - name: Ensure Element Call config.json is in place