mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 10:47:51 +02:00
Eliminate remaining matrix references from LiveKit Server role
This commit is contained in:
@ -73,11 +73,11 @@ livekit_server_container_labels_traefik_additional_response_headers_auto: |
|
||||
}}
|
||||
livekit_server_container_labels_traefik_additional_response_headers_custom: {}
|
||||
|
||||
# matrix_client_element_container_labels_additional_labels contains a multiline string with additional labels to add to the container label file.
|
||||
# livekit_server_container_labels_additional_labels contains a multiline string with additional labels to add to the container label file.
|
||||
# See `../templates/labels.j2` for details.
|
||||
#
|
||||
# Example:
|
||||
# matrix_client_element_container_labels_additional_labels: |
|
||||
# livekit_server_container_labels_additional_labels: |
|
||||
# my.label=1
|
||||
# another.label="here"
|
||||
livekit_server_container_labels_additional_labels: ''
|
||||
@ -88,8 +88,11 @@ livekit_server_container_extra_arguments: []
|
||||
# Additional environment variables for the container
|
||||
livekit_server_environment_variables_additional: {}
|
||||
|
||||
# List of systemd services that matrix-element-call.service depends on
|
||||
livekit_server_systemd_required_services_list: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"
|
||||
# List of systemd services that LiveKit Server service depends on
|
||||
livekit_server_systemd_required_services_list: "{{ livekit_server_systemd_required_services_list_default + livekit_server_systemd_required_services_list_auto + livekit_server_systemd_required_services_list_custom }}"
|
||||
livekit_server_systemd_required_services_list_default: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"
|
||||
livekit_server_systemd_required_services_list_auto: []
|
||||
livekit_server_systemd_required_services_list_custom: []
|
||||
|
||||
# Specifies the value of the `X-XSS-Protection` header
|
||||
# Stops pages from loading when they detect reflected cross-site scripting (XSS) attacks.
|
||||
|
Reference in New Issue
Block a user