mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-08-25 01:53:15 +00:00
Update Jitsi (v11031-0 -> v11146-1-0)
Jitsi migrated image publishing from Docker Hub to the GitHub Container Registry, and the new registry carries no tag history, so this also moves Jitsi to stable-11146-1. That release makes the containers rootless and runs them with a read-only root filesystem. `jitsi_jvb_container_colibri_ws_host_bind_port` goes away with it. Colibri WebSocket support was removed upstream in favour of SCTP data channels, so the Jitsi Video Bridge no longer serves HTTP at all and needs no reverse-proxy routing.
This commit is contained in:
@@ -3869,8 +3869,6 @@ jitsi_web_container_additional_networks_auto: |
|
||||
|
||||
jitsi_jvb_container_image_registry_prefix_upstream: "{{ matrix_container_global_registry_prefix_override if matrix_container_global_registry_prefix_override else jitsi_jvb_container_image_registry_prefix_upstream_default }}"
|
||||
|
||||
jitsi_jvb_container_colibri_ws_host_bind_port: "{{ (matrix_playbook_service_host_bind_interface_prefix ~ '13090') if matrix_playbook_service_host_bind_interface_prefix else '' }}"
|
||||
|
||||
jitsi_jvb_container_additional_networks_auto: |
|
||||
{{
|
||||
([matrix_playbook_reverse_proxyable_services_additional_network] if matrix_playbook_reverse_proxyable_services_additional_network else [])
|
||||
|
||||
Reference in New Issue
Block a user