Skip to content
New issue

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

[BUG] Doesn't install application at port 3000 #81

Open
1 task done
MNylif opened this issue Jan 28, 2025 · 1 comment
Open
1 task done

[BUG] Doesn't install application at port 3000 #81

MNylif opened this issue Jan 28, 2025 · 1 comment

Comments

@MNylif
Copy link

MNylif commented Jan 28, 2025

Is there an existing issue for this?

  • I have searched the existing issues

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

- OS:
- How docker service was installed:

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

-
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

1 participant