11 Commits

Author SHA1 Message Date
19306a1f43 Merge pull request 'chore: upgrade to 0.4.1+v1.19.0' (#15) from upgrade-0.4.1+v1.19.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-meet/pulls/15
2026-06-15 18:41:33 +00:00
05cdafb5bb chore: upgrade to 0.4.1+v1.19.0
All checks were successful
cc-ci/testme cc-ci: success
2026-06-10 00:15:40 +01:00
4cab49caec Merge pull request 'chore: upgrade to 0.4.0+v1.19.0' (#12) from upgrade-0.4.0+v1.19.0 into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-meet/pulls/12
2026-06-09 01:40:10 +00:00
e8776e967a chore: upgrade to 0.4.0+v1.19.0
All checks were successful
cc-ci/testme cc-ci: success
2026-06-09 01:32:30 +00:00
f3b81c5592 Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-meet/pulls/1
2026-06-02 19:07:51 +00:00
b08dcf564c Merge pull request 'TURN fixes' (#6) from ineiti/lasuite-meet:fix_turn into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-meet/pulls/6
2026-06-02 19:07:18 +00:00
c3b9909b51 Fix table 2026-05-29 11:14:54 +02:00
c7f56bf13a Mention chrome on mobile 2026-05-29 10:49:27 +02:00
802a96e849 docs: document host UDP buffer sysctl tuning
LiveKit's startup warning about UDP receive buffer being too small
(default 212992 bytes vs suggested 5000000) is easy to overlook, but
under load — especially when many clients are forced through the TURN
relay — it causes dtls timeouts on publisher transports and asymmetric
black-tile / no-media symptoms. The fix has to be on the host because
net.core.rmem_max / wmem_max are read when LiveKit opens its UDP sockets
and can't be raised from inside the container.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-29 10:45:27 +02:00
caf772f76c fix: resolve TURN_DOMAIN default at .env layer
docker-compose does not recursively expand nested `${...}` in `:-`
defaults, so `TURN_DOMAIN=${TURN_DOMAIN:-${LIVEKIT_DOMAIN}}` leaked the
literal string `${LIVEKIT_DOMAIN}` into the container, breaking TURN
and WebRTC connectivity. Set the default in .env.sample where abra
shell-expands it before docker-compose sees it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-29 09:22:45 +02:00
09299c508b Add renovate.json 2026-03-10 17:51:15 +00:00

View File

@ -71,7 +71,7 @@ services:
labels:
- "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.4.0+v1.19.0"
- "coop-cloud.${STACK_NAME}.version=0.4.1+v1.19.0"
user: "${DOCKER_USER:-1000}"
entrypoint:
- /docker-entrypoint.sh
@ -173,7 +173,7 @@ services:
- postgres_p
redis:
image: redis:8.6.4
image: redis:8.8.0
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 15s
@ -183,7 +183,7 @@ services:
- backend
livekit:
image: livekit/livekit-server:v1.12.0
image: livekit/livekit-server:v1.13.1
command: --config /livekit-server.yaml
environment:
- STACK_NAME