diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index d07b2f4ef..dff99dca2 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -4718,6 +4718,8 @@ matrix_client_element_element_call_url: "{{ matrix_element_call_public_url if ma matrix_client_commet_enabled: false +matrix_client_commet_scheme: "{{ 'https' if matrix_playbook_ssl_enabled else 'http' }}" + matrix_client_commet_hostname: "commet.{{ matrix_domain }}" matrix_client_commet_container_http_host_bind_port: "{{ (matrix_playbook_service_host_bind_interface_prefix ~ '8766') if matrix_playbook_service_host_bind_interface_prefix else '' }}" diff --git a/roles/custom/matrix-client-commet/defaults/main.yml b/roles/custom/matrix-client-commet/defaults/main.yml index 17ba27b7e..b59a9b519 100644 --- a/roles/custom/matrix-client-commet/defaults/main.yml +++ b/roles/custom/matrix-client-commet/defaults/main.yml @@ -10,6 +10,9 @@ matrix_client_commet_enabled: true # The git branch, tag, or SHA to build from matrix_client_commet_version: "main" +# The scheme used for serving Commet. +matrix_client_commet_scheme: https + # The hostname at which Commet is served (e.g. commet.example.com) matrix_client_commet_hostname: ""