This commit is contained in:
bossman7309 2023-04-14 11:00:50 -05:00 committed by GitHub
parent f440df7be3
commit 09a44f5694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 57 additions and 0 deletions

BIN
images/kasm-server.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

57
template/apps/kasm.json Normal file
View 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/"
}