We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When going through the setup at port 3000, I was selecting applications to install and none of them would install...
I installed this on a ubuntu 24.04 server using a docker compose file.
services: kasm: image: lscr.io/linuxserver/kasm:latest container_name: kasm privileged: true environment: - KASM_PORT=443 volumes: - ./kasm-data:/opt - ./kasm-profiles:/profiles ports: - 3000:3000 - 443:443 restart: unless-stopped
No response
I tried to refresh, start a new install and select only on app at a time. Same issue...
- OS: - How docker service was installed:
x86-64
--- services: kasm: image: lscr.io/linuxserver/kasm:latest container_name: kasm privileged: true environment: - KASM_PORT=443 volumes: - ./kasm-data:/opt - ./kasm-profiles:/profiles ports: - 3000:3000 - 443:443 restart: unless-stopped
-
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current Behavior
When going through the setup at port 3000, I was selecting applications to install and none of them would install...
I installed this on a ubuntu 24.04 server using a docker compose file.
services:
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
privileged: true
environment:
- KASM_PORT=443
volumes:
- ./kasm-data:/opt
- ./kasm-profiles:/profiles
ports:
- 3000:3000
- 443:443
restart: unless-stopped
Expected Behavior
No response
Steps To Reproduce
I tried to refresh, start a new install and select only on app at a time. Same issue...
Environment
CPU architecture
x86-64
Docker creation
--- services: kasm: image: lscr.io/linuxserver/kasm:latest container_name: kasm privileged: true environment: - KASM_PORT=443 volumes: - ./kasm-data:/opt - ./kasm-profiles:/profiles ports: - 3000:3000 - 443:443 restart: unless-stopped
Container logs
The text was updated successfully, but these errors were encountered: