Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Jitsi-Auto-Config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Armin Co
Jitsi-Auto-Config
Commits
7f22c10f
Commit
7f22c10f
authored
4 years ago
by
Armin Co
Browse files
Options
Downloads
Patches
Plain Diff
Readme
parent
02b598f7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+8
-3
8 additions, 3 deletions
README.md
setup.sh
+6
-2
6 additions, 2 deletions
setup.sh
with
14 additions
and
5 deletions
README.md
+
8
−
3
View file @
7f22c10f
# 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
This diff is collapsed.
Click to expand it.
jitsi_
setup.sh
→
setup.sh
+
6
−
2
View file @
7f22c10f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment