|
|
|
@ -55,7 +55,7 @@ matrix_jitsi_enable_lobby: false
|
|
|
|
|
matrix_jitsi_version: stable-5142
|
|
|
|
|
matrix_jitsi_container_image_tag: "{{ matrix_jitsi_version }}" # for backward-compatibility
|
|
|
|
|
|
|
|
|
|
matrix_jitsi_web_docker_image: "{{ matrix_global_registry }}jitsi/web:{{ matrix_jitsi_container_image_tag }}"
|
|
|
|
|
matrix_jitsi_web_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/web:{{ matrix_jitsi_container_image_tag }}"
|
|
|
|
|
matrix_jitsi_web_docker_image_force_pull: "{{ matrix_jitsi_web_docker_image.endswith(':latest') }}"
|
|
|
|
|
|
|
|
|
|
matrix_jitsi_web_base_path: "{{ matrix_base_data_path }}/jitsi/web"
|
|
|
|
@ -163,7 +163,7 @@ matrix_jitsi_web_custom_config_extension: ''
|
|
|
|
|
matrix_jitsi_web_environment_variables_extension: ''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matrix_jitsi_prosody_docker_image: "{{ matrix_global_registry }}jitsi/prosody:{{ matrix_jitsi_container_image_tag }}"
|
|
|
|
|
matrix_jitsi_prosody_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/prosody:{{ matrix_jitsi_container_image_tag }}"
|
|
|
|
|
matrix_jitsi_prosody_docker_image_force_pull: "{{ matrix_jitsi_prosody_docker_image.endswith(':latest') }}"
|
|
|
|
|
|
|
|
|
|
matrix_jitsi_prosody_base_path: "{{ matrix_base_data_path }}/jitsi/prosody"
|
|
|
|
@ -177,7 +177,7 @@ matrix_jitsi_prosody_container_extra_arguments: []
|
|
|
|
|
matrix_jitsi_prosody_systemd_required_services_list: ['docker.service']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matrix_jitsi_jicofo_docker_image: "{{ matrix_global_registry }}jitsi/jicofo:{{ matrix_jitsi_container_image_tag }}"
|
|
|
|
|
matrix_jitsi_jicofo_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/jicofo:{{ matrix_jitsi_container_image_tag }}"
|
|
|
|
|
matrix_jitsi_jicofo_docker_image_force_pull: "{{ matrix_jitsi_jicofo_docker_image.endswith(':latest') }}"
|
|
|
|
|
|
|
|
|
|
matrix_jitsi_jicofo_base_path: "{{ matrix_base_data_path }}/jitsi/jicofo"
|
|
|
|
@ -194,7 +194,7 @@ matrix_jitsi_jicofo_auth_user: focus
|
|
|
|
|
matrix_jitsi_jicofo_auth_password: ''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matrix_jitsi_jvb_docker_image: "{{ matrix_global_registry }}jitsi/jvb:{{ matrix_jitsi_container_image_tag }}"
|
|
|
|
|
matrix_jitsi_jvb_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/jvb:{{ matrix_jitsi_container_image_tag }}"
|
|
|
|
|
matrix_jitsi_jvb_docker_image_force_pull: "{{ matrix_jitsi_jvb_docker_image.endswith(':latest') }}"
|
|
|
|
|
|
|
|
|
|
matrix_jitsi_jvb_base_path: "{{ matrix_base_data_path }}/jitsi/jvb"
|
|
|
|
|