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
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
484e22a2
Commit
484e22a2
authored
4 years ago
by
Armin Co
Browse files
Options
Downloads
Patches
Plain Diff
NoVNC config fix.
parent
0e0408c1
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
+2
-2
2 additions, 2 deletions
config.sh
setup.sh
+0
-2
0 additions, 2 deletions
setup.sh
with
2 additions
and
4 deletions
config.sh
+
2
−
2
View file @
484e22a2
...
...
@@ -11,7 +11,7 @@ SUB_DOMAINS=""
MAIL
=
test
@armin-co.de
USE_JITSI
=
"true"
USE_NO
_
VNC
=
"true"
USE_NOVNC
=
"true"
USE_MUMBLE
=
"false"
# Git
...
...
@@ -42,7 +42,7 @@ fi
# noVNC - Screen sharing with VNC
NOVNC_DIR
=
novnc
NOVNC_URL
=
"
$GIT_URL$NOVNC_DIR
"
.git
if
[
"
$USE_NO
_
VNC
"
==
"true"
]
;
then
if
[
"
$USE_NOVNC
"
==
"true"
]
;
then
novnc_compose_file
=
" -f ./novnc/docker-compose.yml "
DOCKER_COMPOSE_FILES+
=
$"
$novnc_compose_file
"
fi
...
...
This diff is collapsed.
Click to expand it.
setup.sh
+
0
−
2
View file @
484e22a2
...
...
@@ -59,7 +59,6 @@ echo ""
echo
"Starting configuration with cleaning up and pulling again."
echo
""
./tools/stop_containers.sh
remove_all_configs
clone_repositories
...
...
@@ -79,6 +78,5 @@ if [ "$USE_NOVNC" == "true" ];then
git clone
$NOVNC_URL
fi
./tools/stop_containers.sh
./tools/update_containers.sh
\ No newline at end of file
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