1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

add example configuration to use kwmbridge with standalon meet

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2020-09-22 14:28:13 +02:00
parent 64907e454b
commit 7b11f4f5ba
2 changed files with 33 additions and 0 deletions
+6
View File
@@ -68,6 +68,12 @@ if [ -n "${public_guest_access_regexp:-}" ]; then
set -- "$@" --public-guest-access-regexp="$public_guest_access_regexp"
fi
# sfu functionality
if [ -n "${pipeline_forced_regexp:-}" ]; then
set -- "$@" --pipeline-forced-regexp="$pipeline_forced_regexp"
fi
if [ "${AUTOCONFIGURE}" = true ]; then
if [ "$INSECURE" = "yes" ]; then
dockerize \