linuxserver / docker-kasm

Kasm Workspaces platform provides enterprise-class orchestration, data loss prevention, and web streaming technology to enable the delivery of containerized workloads to your browser.
GNU General Public License v3.0
299 stars 28 forks source link

[BUG] Nothing At Address #39

Closed Kaympe20 closed 12 months ago

Kaympe20 commented 1 year ago

Is there an existing issue for this?

Current Behavior

When visiting the setup address (in my case https://192.168.1.224:3000), nothing is there. In Firefox I get the following result displayed: image

Environment

- OS:Ubuntu Server 22.04
- How docker service was installed:
[The official Ubuntu installation guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository)

CPU architecture

x86-64

Docker creation

docker run -d \
  --name=kasm \
  --privileged \
  -e KASM_PORT=443 \
  -p 3000:3000 \
  -p 443:443 \
  -v /home/chase/kasm:/opt \
  --restart unless-stopped \
  lscr.io/linuxserver/kasm:latest

Container logs

[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    911
User GID:    911
───────────────────────────────────────

[custom-init] No custom files found, skipping...
[ls.io-init] done.
time="2023-09-23T01:13:57.507038790Z" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
github-actions[bot] commented 1 year ago

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