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
8e36fdd4
Verified
Commit
8e36fdd4
authored
2 months ago
by
David Beniamine
Browse files
Options
Downloads
Plain Diff
Merge branch 'daxid_dev' of gitlab.tetras-libre.fr:nocloud/docker/kasmvnc
parents
611f6cc0
a1c135ad
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.env.sample
+13
-9
13 additions, 9 deletions
.env.sample
docker-compose.yml
+4
-4
4 additions, 4 deletions
docker-compose.yml
dri.yml
+5
-0
5 additions, 0 deletions
dri.yml
with
22 additions
and
13 deletions
.env.sample
+
13
−
9
View file @
8e36fdd4
#COMPOSE_FILE=docker-compose.yml:traefik.yml
COMPOSE_FILE=docker-compose.yml:ports.yml
#COMPOSE_FILE=docker-compose.yml:
dri.yml:
traefik.yml
COMPOSE_FILE=docker-compose.yml:
dri.yml:
ports.yml
PASS=MON_SUPER_MOT_DE_PASSE
NAME=kasmVNC
VNC_USER=kasm
HOST=kasmVNC.tetras-lab.io
...
...
@@ -10,15 +8,21 @@ 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
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
4
−
4
View file @
8e36fdd4
...
...
@@ -15,15 +15,15 @@ services:
volumes
:
-
homedir:/config:rw
environment
:
-
PASSWORD=${PASS}
-
PASSWORD=${PASS
WORD
}
-
ANACONDA=${ANACONDA}
-
CUSTOM_USER=${
VNC
_USER}
-
CUSTOM_USER=${
CUSTOM
_USER}
-
PUID=${UID}
-
PGID=${GID}
-
TZ=${TZ}
-
SUDO=${SUDO}
devices
:
-
/dev/dri:/dev/dri
#optional
-
TITLE=${TITLE}
-
LC_ALL=${LC_ALL}
volumes
:
homedir
:
This diff is collapsed.
Click to expand it.
dri.yml
0 → 100644
+
5
−
0
View file @
8e36fdd4
services
:
kasm
:
devices
:
-
/dev/dri:/dev/dri
#optional
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