Skip to content
Snippets Groups Projects
Commit 07832773 authored by Armin Co's avatar Armin Co
Browse files

Config

parent f906d147
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,9 @@ DOCKER_COMPOSE_FILES+="$novnc_compose_file"
fi
# Mumble
MUMBLE_DIR=build-mumble-web
MUMBLE_URL=https://github.com/Johni0702/mumble-web.git
MUMBLE_WEB_DIR=build-mumble-web
#MUMBLE_URL=https://github.com/Johni0702/mumble-web.git
MUMBLE_WEB_URL=https://gitlab.cvh-server.de/aco/build-mumble-web.git
if [ "$USE_MUMBLE" == "true" ]; then
mumble_compose_file=" -f build-mumble-web/docker-compose.production.yml"
DOCKER_COMPOSE_FILES+="$mumble_compose_file"
......
......@@ -42,12 +42,12 @@ function configure_letsencrypt() {
## Configure Murmur (mumble server) and mumble-web
#
function configure_mumble() {
cd $MUMBLE_DIR
function configure_mumble_web(){
cd $MUMBLE_WEB_DIR
git clone https://github.com/Johni0702/mumble-web.git
cd ..
mkdir murmur
cp $MUMBLE_DIR/murmur/mumble-server.ini murmur/mumble-server.ini
cp $MUMBLE_WEB_DIR/murmur/mumble-server.ini murmur/mumble-server.ini
touch murmur/mumble-server.log
}
......@@ -70,9 +70,9 @@ if [ "$USE_JITSI" == "true" ]; then
fi
if [ "$USE_MUMBLE" == "true" ];then
git clone $MUMBLE_URL
git clone $MUMBLE_WEB_URL
wait
configure_mumble
configure_mumble_web
fi
if [ "$USE_NOVNC" == "true" ];then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment