cdist-contrib-pedro-fork/type/__jitsi_meet/files/jibri.cfg.lua.sh

15 lines
278 B
Bash

#!/bin/sh -eu
# Source:
# https://github.com/jitsi/jibri#prosody
# shellcheck disable=SC2034 # This is intended to be included
JIBRI_CONFIG="$(cat <<END
VirtualHost "recorder.${JITSI_DOMAIN:?}"
modules_enabled = {
"ping";
}
authentication = "internal_plain"
END
)"