mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-09-14 11:53:13 +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:
@@ -1,3 +1,13 @@
|
||||
# 2026-08-06
|
||||
|
||||
## (Backward Compatibility Break) Jitsi no longer uses Colibri WebSockets
|
||||
|
||||
This only affects you if you have [Jitsi](docs/configuring-playbook-jitsi.md) enabled.
|
||||
|
||||
Jitsi has been updated to `stable-11146-1`, which [removes Colibri WebSocket support](https://github.com/jitsi/docker-jitsi-meet/pull/2285) in favour of SCTP data channels. The Jitsi Video Bridge no longer serves HTTP at all, so a few `jitsi_jvb_*` variables are gone. The playbook will tell you which ones, if your configuration still sets them.
|
||||
|
||||
If you run [additional JVBs on other hosts](https://github.com/mother-of-all-self-hosting/ansible-role-jitsi/blob/main/docs/configuring-jitsi.md#set-up-additional-jvbs-for-more-video-conferences-optional), the Traefik configuration which routed `/colibri-ws/<server-id>/` to them is now dead and can be removed. Nothing will warn you about that one, as it lives in a free-form `traefik_provider_configuration_extension_yaml` block.
|
||||
|
||||
# 2026-07-28
|
||||
|
||||
## (Backward Compatibility Break) ntfy users are now declared with hashed passwords
|
||||
|
||||
Reference in New Issue
Block a user