| @@ -252,3 +252,20 @@ matrix_jitsi_jvb_container_rtp_tcp_host_bind_port: "{{ matrix_jitsi_jvb_rtp_tcp_ | |||||
| # | # | ||||
| # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:12090"), or empty string to not expose. | # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:12090"), or empty string to not expose. | ||||
| matrix_jitsi_jvb_container_colibri_ws_host_bind_port: '' | matrix_jitsi_jvb_container_colibri_ws_host_bind_port: '' | ||||
| #Jibri | |||||
| matrix_jitsi_jibri_enabled: false | |||||
| matrix_jitsi_jibri_docker_image: "docker.io/jitsi/jibri:{{ matrix_jitsi_container_image_tag }}" | |||||
| matrix_jitsi_jibri_docker_image_force_pull: "{{ matrix_jitsi_jibri_docker_image.endswith(':latest') }}" | |||||
| matrix_jitsi_jibri_base_path: "{{ matrix_base_data_path }}/jitsi/jibri" | |||||
| matrix_jitsi_jibri_config_path: "{{ matrix_jitsi_jibri_base_path }}/config" | |||||
| matrix_jitsi_jibri_logs_path: "{{ matrix_jitsi_jibri_base_path }}/logs" | |||||
| matrix_jitsi_jibri_recording_path: "{{ matrix_jitsi_jibri_base_path }}/recordings" | |||||
| matrix_jitsi_jibri_finalize_recording_script_path: "{{ matrix_jitsi_jibri_config_path }}/finalize.sh" | |||||
| matrix_jitsi_jibri_strip_domain_jid: muc | |||||
| # A list of extra arguments to pass to the container | |||||
| matrix_jitsi_jibri_container_extra_arguments: [] | |||||
| # List of systemd services that matrix-jitsi-jibri.service depends on | |||||
| matrix_jitsi_jibri_systemd_required_services_list: ['docker.service', 'matrix-jitsi-jicofo.service', 'matrix-jitsi-prosody.service'] | |||||