Files
pi-hosted/template/apps/kasm.json

41 lines
960 B
JSON

{
"categories": [
"Utilities",
"tools"
],
"description": "Kasm is a web-accessible desktop environment.",
"env": [
{
"default": "4011",
"label": "KASM_PORT",
"name": "KASM_PORT"
}
],
"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": "",
"officialDoc": "https://github.com/linuxserver/docker-kasm",
"platform": "linux",
"ports": [
"4010:3000/tcp",
"4011:4011/tcp"
],
"privileged": true,
"restart_policy": "unless-stopped",
"title": "Kasm",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/kasm/opt",
"container": "/opt"
},
{
"bind": "/portainer/Files/AppData/Config/kasm/profiles",
"container": "/profiles"
}
],
"webpage": "https://www.kasmweb.com/"
}