Files
pi-hosted/template/apps/kasm.json
2023-04-14 20:43:18 -04:00

59 lines
1.5 KiB
JSON

{
"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"
],
"privileged": true,
"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/"
}