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

15 lines
276 B
Bash
Raw Normal View History

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