3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-02-28 09:53:09 +00:00

LiveKit TURN docs and defaults update

This commit is contained in:
Slavi Pantaleev
2026-02-21 16:20:07 +02:00
parent c6cd76e988
commit f96dcff028
5 changed files with 68 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
# 2026-02-21
## LiveKit TURN TLS can now be fronted by playbook-managed Traefik
For deployments that use the playbook-managed Traefik reverse-proxy, LiveKit TURN over TCP is now SSL-terminated at Traefik and passed as plain TCP to LiveKit (`turn.external_tls = true`) by default.
If you are using `other-traefik-container` or [another reverse-proxy](./configuring-playbook-own-webserver.md), this change does **not** switch behavior automatically. That mode remains using certificate files in the container (Traefik certificates dumper flow) unless you explicitly set the TURN-Traefik mode variables to opt in.
# 2026-02-17
## (BC Break) prometheus-nginxlog-exporter role has been relocated and variable names need adjustments