Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Automated Jitsi-Meet Setup
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
Automated Jitsi-Meet Setup
Commits
07832773
Commit
07832773
authored
Oct 25, 2020
by
Armin Co
Browse files
Options
Downloads
Patches
Plain Diff
Config
parent
f906d147
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
config.sh
+3
-2
3 additions, 2 deletions
config.sh
setup.sh
+5
-5
5 additions, 5 deletions
setup.sh
with
8 additions
and
7 deletions
config.sh
+
3
−
2
View file @
07832773
...
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
setup.sh
+
5
−
5
View file @
07832773
...
...
@@ -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
...
...
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