diff --git a/template/portainer-v2-amd64.json b/template/portainer-v2-amd64.json index 2319a4f..143c531 100644 --- a/template/portainer-v2-amd64.json +++ b/template/portainer-v2-amd64.json @@ -3703,27 +3703,12 @@ "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" - }, - { - "default": "", - "label": "MODPROBE_CMD", - "name": "MODPROBE_CMD" } ], "image": "lscr.io/linuxserver/kasm:latest", "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/kasm-server.png", "name": "Kasm", - "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://www.kasmweb.com/
Official Docker Documentation: https://github.com/linuxserver/docker-kasm


make sure you fill out your username and password in the DOCKER_HUB_USERNAME/PASSWORD areas", + "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://www.kasmweb.com/
Official Docker Documentation: https://github.com/linuxserver/docker-kasm


", "platform": "linux", "ports": [ "4010:3000/tcp", @@ -3735,20 +3720,12 @@ "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/kasm/data", - "container": "/data" + "bind": "/portainer/Files/AppData/Config/kasm/opt", + "container": "/opt" }, { "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" } ] }, diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index 55ccf40..b593eba 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -3685,27 +3685,12 @@ "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" - }, - { - "default": "", - "label": "MODPROBE_CMD", - "name": "MODPROBE_CMD" } ], "image": "lscr.io/linuxserver/kasm:latest", "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/kasm-server.png", "name": "Kasm", - "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://www.kasmweb.com/
Official Docker Documentation: https://github.com/linuxserver/docker-kasm


make sure you fill out your username and password in the DOCKER_HUB_USERNAME/PASSWORD areas", + "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://www.kasmweb.com/
Official Docker Documentation: https://github.com/linuxserver/docker-kasm


", "platform": "linux", "ports": [ "4010:3000/tcp", @@ -3717,20 +3702,12 @@ "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/kasm/data", - "container": "/data" + "bind": "/portainer/Files/AppData/Config/kasm/opt", + "container": "/opt" }, { "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" } ] },