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

Readme

parent 02b598f7
No related branches found
No related tags found
No related merge requests found
# Jitsi-Meet auto configuration
An install script to install jitsi meet for docker-compose.
An install script to install jitsi meet for the cvh-olp.
## Usage
Run this script from the location you will run your containers,
because of the placement of the `.env` file for docker-compose.
0. If not done previously clone the cvh-olp repository https://gitlab.cvh-server.de/aco/cvh-olp.git
- Check the README for configuration steps.
- Run the `configure_once.sh` script.
1. From within the cvh-olp directory run `./jitsi-auto-config/setup.sh`.
2. Start the containers with the provided scripts in cvh-olp.
**Make sure that the port 10000/UDP is opened in the firewall for the jitsi-video-bridge.**
\ No newline at end of file
......@@ -9,8 +9,8 @@ jitsi_repository="https://github.com/jitsi/docker-jitsi-meet"
# Create the missing direcoritries where jitsi will store its
# auto configuration in.
make_config_dirs() {
rm -rf .jitsi-meet-cfg
mkdir -p .jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody,jicofo,jvb,jigasi,jibri}
rm -rf ~/.jitsi-meet-cfg
mkdir -p ~/.jitsi-meet-cfg/{web/letsencrypt,transcripts,prosody,jicofo,jvb,jigasi,jibri}
}
# Edit settings in the docker environment file
......@@ -47,13 +47,17 @@ cp env.example .env
# to each other.
./gen-passwords.sh
# Create directory for configuration.
make_config_dirs
set_individual_settings
# Patch provided files with applyed settings.
patch .env ../jitsi-auto-config/env.patch
patch docker-compose.yml ../jitsi-auto-config/docker-compose.patch
# Add subdomain configuration to Reverse-Proxy
cp ../jitsi-auto-config/jitsi.subdomain.conf.example ../reverse_proxy/nginx/proxy-confs/jitsi.subdomain.conf
# Move environment variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment