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

Config

parent f906d147
Branches
No related tags found
No related merge requests found
...@@ -48,8 +48,9 @@ DOCKER_COMPOSE_FILES+="$novnc_compose_file" ...@@ -48,8 +48,9 @@ DOCKER_COMPOSE_FILES+="$novnc_compose_file"
fi fi
# Mumble # Mumble
MUMBLE_DIR=build-mumble-web MUMBLE_WEB_DIR=build-mumble-web
MUMBLE_URL=https://github.com/Johni0702/mumble-web.git #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 if [ "$USE_MUMBLE" == "true" ]; then
mumble_compose_file=" -f build-mumble-web/docker-compose.production.yml" mumble_compose_file=" -f build-mumble-web/docker-compose.production.yml"
DOCKER_COMPOSE_FILES+="$mumble_compose_file" DOCKER_COMPOSE_FILES+="$mumble_compose_file"
......
...@@ -42,12 +42,12 @@ function configure_letsencrypt() { ...@@ -42,12 +42,12 @@ function configure_letsencrypt() {
## Configure Murmur (mumble server) and mumble-web ## Configure Murmur (mumble server) and mumble-web
# #
function configure_mumble() { function configure_mumble_web(){
cd $MUMBLE_DIR cd $MUMBLE_WEB_DIR
git clone https://github.com/Johni0702/mumble-web.git git clone https://github.com/Johni0702/mumble-web.git
cd .. cd ..
mkdir murmur 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 touch murmur/mumble-server.log
} }
...@@ -70,9 +70,9 @@ if [ "$USE_JITSI" == "true" ]; then ...@@ -70,9 +70,9 @@ if [ "$USE_JITSI" == "true" ]; then
fi fi
if [ "$USE_MUMBLE" == "true" ];then if [ "$USE_MUMBLE" == "true" ];then
git clone $MUMBLE_URL git clone $MUMBLE_WEB_URL
wait wait
configure_mumble configure_mumble_web
fi fi
if [ "$USE_NOVNC" == "true" ];then 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