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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user