Kevin Conway f40a8d56ad jicofo: Handle special characters in password
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.
2021-12-04 07:21:54 +01:00
2021-10-12 20:45:06 +02:00
2021-10-21 14:36:37 +02:00
2021-10-14 16:21:56 +02:00
2020-03-24 11:53:00 +01:00
2021-10-21 15:20:10 +02:00
2021-10-21 15:26:32 +02:00
2021-10-21 15:26:32 +02:00
2018-07-17 10:41:21 +02:00
2021-04-01 16:49:40 +02:00
2020-05-26 23:46:54 +02:00

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
No description provided
Readme 5.9 MiB
Languages
Lua 57.6%
JavaScript 25.7%
Dockerfile 10.1%
Shell 5.1%
Makefile 1.5%