jibri service
This commit is contained in:
		| @@ -259,3 +259,16 @@ 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. | ||||
| matrix_jitsi_jvb_container_colibri_ws_host_bind_port: '' | ||||
|  | ||||
| # Jibri  | ||||
| matrix_jitsi_jibri_docker_image: "{{ matrix_container_global_registry_prefix }}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_jicofo_base_path }}/config" | ||||
|  | ||||
| # A list of extra arguments to pass to the container | ||||
| matrix_jitsi_jibri_container_extra_arguments: [] | ||||
|  | ||||
| # List of systemd services that matrix-jitsi-jicofo.service depends on | ||||
| matrix_jitsi_jibri_systemd_required_services_list: ['docker.service', 'matrix-jitsi-jicofo.service'] | ||||
		Reference in New Issue
	
	Block a user