f40a8d56adce68666f4a1e18638f0fde37d39ea8
Add quotations to jicofo run script. This fixes #488 where jicofo fails to start due to special characters. For example, if the JICOFO_AUTH_PASSWORD variable value contains `&` or `#` then the run script fails because the characters are interpreted by bash rather than as a string. Note that the `gen-passwords.sh` script does _not_ trigger this issue because it does not generate characters outside the ASCII alpha-numeric range. This only shows up when using other tools to generate the password values that do include special characters in the output or when setting the password values by hand.
Jitsi Meet on Docker
Jitsi is a set of Open Source projects that allows you to easily build and deploy secure videoconferencing solutions.
Jitsi Meet is a fully encrypted, 100% Open Source video conferencing solution that you can use all day, every day, for free — with no account needed.
This repository contains the necessary tools to run a Jitsi Meet stack on Docker using Docker Compose.
Installation
The installation manual is available here.
Kubernetes
If you plan to install the jitsi-meet stack on a Kubernetes cluster you can find tools and tutorials in the project Jitsi on Kubernetes.
TODO
- Support container replicas (where applicable).
- TURN server.
Description
Languages
Lua
57.6%
JavaScript
25.7%
Dockerfile
10.1%
Shell
5.1%
Makefile
1.5%
