Kasm (#441)
This commit is contained in:
parent
f440df7be3
commit
09a44f5694
2 changed files with 57 additions and 0 deletions
BIN
images/kasm-server.png
Normal file
BIN
images/kasm-server.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
57
template/apps/kasm.json
Normal file
57
template/apps/kasm.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"categories": [
|
||||
"Utilities",
|
||||
"tools"
|
||||
],
|
||||
"description": "Kasm is a web-accessible desktop environment.",
|
||||
"env": [
|
||||
{
|
||||
"default": "4011",
|
||||
"label": "KASM_PORT",
|
||||
"name": "KASM_PORT"
|
||||
},
|
||||
{
|
||||
"default": "",
|
||||
"label": "DOCKER_HUB_USERNAME",
|
||||
"name": "DOCKER_HUB_USERNAME"
|
||||
},
|
||||
{
|
||||
"default": "",
|
||||
"label": "DOCKER_HUB_PASSWORD",
|
||||
"name": "DOCKER_HUB_PASSWORD"
|
||||
}
|
||||
],
|
||||
"image_arm64": "lscr.io/linuxserver/kasm:latest",
|
||||
"image_amd64": "lscr.io/linuxserver/kasm:latest",
|
||||
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/kasm-server.png",
|
||||
"name": "Kasm",
|
||||
"note": "make sure you fill out your username and password in the DOCKER_HUB_USERNAME/PASSWORD areas",
|
||||
"officialDoc": "https://github.com/linuxserver/docker-kasm",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"4010:3000/tcp",
|
||||
"4011:443/tcp"
|
||||
],
|
||||
"restart_policy": "unless-stopped",
|
||||
"title": "Kasm",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/kasm/data",
|
||||
"container": "/data"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/kasm/profiles",
|
||||
"container": "/profiles"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/kasm/dev_input",
|
||||
"container": "/dev_input"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/kasm/run_udev_data",
|
||||
"container": "/udev_data"
|
||||
}
|
||||
],
|
||||
"webpage": "https://www.kasmweb.com/"
|
||||
}
|
Loading…
Add table
Reference in a new issue