docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Jitsi Meet on Docker

Results 309 docker-jitsi-meet issues
Sort by recently updated
recently updated
newest added

Include variables from saslauthd documentation [here](https://github.com/winlibs/cyrus-sasl/blob/d933c030ce12ec0668469d79ab8378e347a1b3ba/saslauthd/LDAP_SASLAUTHD) to achieve basic LDAP group membership filtering. Changes + necessary syntax for FreeIPA compatibility included in env.example. Tested on stable release, with saslauthd v2.1.28....

In JWT Auth environment variables there's no alternative to provide a private key file or to add it directly to the JWT_APP_SECRET variable, because it will complain about the first...

This is just an updated version of #1480 since the original author doesn't seem to be active anymore on GitHub. There are still some things to be done: - [x]...

## Overview I have an issue _identical_ in just about every single respect -- **including the logs** -- to the issue #1003. Containers appear to be timing out when attempting...

stable-9364, on docker, behind a NAT (Sophos UTM) external coturn server, listening on 443, with "use-auth-secret" and "static-auth-secret", sucessfully tested with Trickle and icetest.info .env for jitsi contains ``` JVB_ADVERTISE_IPS=,...

docker-jitsi-meet version: `stable-9258` command used: `docker compose -f docker-compose.yml -f jigasi.yml up` ``` root@linux:~/docker-jitsi-meet-stable-9258# docker logs -f docker-jitsi-meet-stable-9258-jigasi-1 [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user...

Added grafana loki and otel integration for log analysis. This PR provides a simple and effective setup for log management and analysis using Docker, Grafana Loki and OpenTelemetry for Jitsi...

I'm using jitsi version 9457-2 and the acme version is v3.0.7. I tried to update the certificate, but without success. I saw that cron ran ("/config/acme.sh"/acme.sh --cron --home "/config/acme.sh" >...

### Added Prometheus Container for Metrics Collection **Summary:** - Introduced a Prometheus container to the Docker Compose setup. - The Prometheus configuration is managed via an external `prometheus.yml` file. **Details:**...

Can anyone update the jitsi Kubernetes setup or point me to a updated article which can be used to scale jitsi up using Kubernetes similar to production setup.? Thanks for...