Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KasmVNC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
docker
KasmVNC
Commits
a1c135ad
Commit
a1c135ad
authored
2 months ago
by
David Rouquet
Browse files
Options
Downloads
Patches
Plain Diff
cleaning in env, adding some webtop vars
parent
d0348888
Branches
daxid_dev
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env.sample
+11
-9
11 additions, 9 deletions
.env.sample
docker-compose.yml
+8
-9
8 additions, 9 deletions
docker-compose.yml
with
19 additions
and
18 deletions
.env.sample
+
11
−
9
View file @
a1c135ad
#COMPOSE_FILE=docker-compose.yml:traefik.yml
COMPOSE_FILE=docker-compose.yml:ports.yml
PASS=MON_SUPER_MOT_DE_PASSE
NAME=kasmVNC
VNC_USER=kasm
HOST=kasmVNC.tetras-lab.io
...
...
@@ -10,23 +8,27 @@ PORT=3001
UID=1000
GID=1000
# === install module === #
#
# Put variable at true to install
# Put variable at false to do not install
#
# === Webtop specific variables === #
# https://docs.linuxserver.io/images/docker-webtop/#options-in-all-kasmvnc-based-gui-containers
# ====================== #
CUSTOM_USER=kasmuser
PASSWORD=MON_SUPER_MOT_DE_PASSE
TITLE=Webtop
LC_ALL=fr_FR-UTF-8
TZ=Europe/Paris
# === install/config module === #
# Set variable to true to install or enable,
# false otherwise.
# ====================== #
# Install anaconda (distribution platform for Python and R)
ANACONDA=true
# Install QGIS
QGIS=true
# Install JAVA tell which jdk ie default-jdk openjdk-8 etc.
JAVA=
# Install gfortran set only number ex 10
GFORTRAN=
# Should the user have sudo rights
# **only home is a volume, any modifcation in other FS will be lost**
SUDO=false
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
8
−
9
View file @
a1c135ad
...
...
@@ -7,23 +7,22 @@ services:
-
QGIS=${QGIS}
-
ANACONDA=${ANACONDA}
-
JAVA=${JAVA}
-
GFORTRAN=${GFORTRAN}
image
:
"
webtop-ubuntu-mate:anaconda-${ANACONDA}_QGIS-${QGIS}_JAVA-${JAVA}_GFORTRAN-${GFORTRAN}_SUDO-${SUDO}"
image
:
"
webtop-ubuntu-mate:anaconda-${ANACONDA}_QGIS-${QGIS}_JAVA-${JAVA}_SUDO-${SUDO}"
shm_size
:
'
1gb'
security_opt
:
-
seccomp:unconfined
#optional
volumes
:
-
homedir:/config:rw
environment
:
-
PASSWORD=${PASS}
-
ANACONDA=${ANACONDA}
-
CUSTOM_USER=${VNC_USER}
-
PUID=${UID}
-
PGID=${GID}
-
TZ=${TZ}
#- PUID=${UID}
#- PGID=${GID}
-
SUDO=${SUDO}
devices
:
-
/dev/dri:/dev/dri
#optional
-
CUSTOM_USER=${CUSTOM_USER}
-
PASSWORD=${PASSWORD}
-
TITLE=${TITLE}
-
LC_ALL=fr_FR-UTF-8
-
TZ=${TZ}
volumes
:
homedir
:
This diff is collapsed.
Click to expand it.
David Beniamine
@dbeniamine
mentioned in issue
#9 (closed)
·
2 months ago
mentioned in issue
#9 (closed)
mentioned in issue #9
Toggle commit list
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