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

Checking novnc config

parent dbeea251
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Collection of online tools for teaching at CVH.
### Prerequisites
- Docker-CE
- Installation script ('install_docker.sh') is provided for current Ubuntu installations.
- Installation script (`install_docker.sh`) is provided for current Ubuntu installations.
For other distributions look for installation instructions at [Install Docker Engine](https://docs.docker.com/engine/install/)
- Docker Compose
- Will also be installed with the script for Docker-CE
......
......@@ -11,7 +11,7 @@ SUB_DOMAINS=""
MAIL=test@armin-co.de
USE_JITSI="true"
USE_NO_VNC="false"
USE_NO_VNC="true"
USE_MUMBLE="false"
# Git
......
......@@ -29,10 +29,10 @@ function configure_letsencrypt() {
# Adds your domain to docker-compose
sed -i "s/your-domain.com/$DOMAIN/" $le_compose
# Adds the list of subdomains to use to docker-compose
sed -i "s/your_subdomains/$sub_domains/" $le_compose
sed -i "s/your_subdomains/$SUB_DOMAINS/" $le_compose
# Add E-Mail address that will be used to notify you
# about for example expiring certificates.
sed -i "s/your_email/$mail/" $le_compose
sed -i "s/your_email/$MAIL/" $le_compose
# For using not only your subdomains uncomment the following line.
# sed -i "s/- ONLY_SUBDOMAINS=true/- ONLY_SUBDOMAINS=false/" $LETSENCRYPT_DIR
......@@ -67,8 +67,10 @@ remove_all_configs
clone_repositories
configure_letsencrypt
configure_mumble
if [ "$USE_MUMBLE" == "true" ];then
configure_mumble
fi
./tools/stop_containers.sh
./tools/update_containers.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment