Is there an existing issue for this?
Current Behavior
While using image 1.17.0 during Setup: Error while setting up via Port 3000:
Error: stat /opt/kasm/1.16.1/conf/app/api.app.config.yaml:
Expected Behavior
Install works smooth
Steps To Reproduce
Image linuxserver/kasm:1.16.1 doesn't have the issue.
Investigation:
Path in 1.17.0 container seems to be /opt/kasm/1.16.1/conf/app/api/api.app.config.yaml
Not sure if also other issues like this exist due to update...
Environment
CPU architecture
x86-64
Docker creation
services:
kasm-lscr:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm-lscr
hostname: kasm-lscr
privileged: true
environment:
- KASM_PORT=1443
volumes:
- ./kasm-lscr/data:/opt
- ./kasm-lscr/profiles:/profiles
ports:
- 13000:3000
- 1443:1443
Container logs
[custom-init] No custom files found, skipping...
[ls.io-init] done.
time="2025-05-22T10:57:16+02:00" level=error msg="2025/05/22 08:57:16 INFO : Serving unix socket: /run/docker/plugins/rclone.sock" plugin=330cca7f248fe4a73c4b4d377878178809d3ca0b0a92821c22625a58960fe4ab
Is there an existing issue for this?
Current Behavior
While using image 1.17.0 during Setup: Error while setting up via Port 3000:
Error: stat /opt/kasm/1.16.1/conf/app/api.app.config.yaml:Expected Behavior
Install works smooth
Steps To Reproduce
Image linuxserver/kasm:1.16.1 doesn't have the issue.
Investigation:
Path in 1.17.0 container seems to be
/opt/kasm/1.16.1/conf/app/api/api.app.config.yamlNot sure if also other issues like this exist due to update...
Environment
- OS: Debian 12CPU architecture
x86-64
Docker creation
services: kasm-lscr: image: lscr.io/linuxserver/kasm:latest container_name: kasm-lscr hostname: kasm-lscr privileged: true environment: - KASM_PORT=1443 volumes: - ./kasm-lscr/data:/opt - ./kasm-lscr/profiles:/profiles ports: - 13000:3000 - 1443:1443Container logs