Skip to content

[BUG] Using SUBFOLDER breaks all #45

Closed
@maxswjeon

Description

@maxswjeon

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Image

UI is broken and it is unusable when SUBFOLDER is set

Expected Behavior

User should be able to use SUBFOLDER variable for path

Steps To Reproduce

Set SUBFOLDER and deploy

Environment

- OS: Ubuntu 24.04
- How docker service was installed: distro's packagemanager

CPU architecture

x86-64

Docker creation

services:
  chrominum-sangwan-jeon:
    image: lscr.io/linuxserver/chrominum
    restart: unless-stopped
    security_opt:
      - seccomp:unconfined
    environment:
      - PUID=2000
      - PGID=2000
      - TZ=Asia/Seoul
    volumes:
      - ./config/sangwan.jeon:/config
    shm_size: '1gb'
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.sangwan-jeon.rule=Host(`browser.example.com`)"
      - "traefik.http.routers.sangwan-jeon.entrypoints=web"
      - "traefik.http.services.sangwan-jeon.loadbalancer.server.port=3000"

Container logs

$ docker logs chrominum-chrominum-sangwan-jeon-1
[migrations] started
[migrations] no migrations found
───────────────────────────────────────

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

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

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

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

User UID:    2000
User GID:    2000
───────────────────────────────────────
[custom-init] No custom files found, skipping...
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.

Xvnc KasmVNC 1.3.3 - built Mar 15 2025 18:58:44
Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
See http://kasmweb.com for information on KasmVNC.
Underlying X server release 12101007

[ls.io-init] done.
[mi] mieq: warning: overriding existing handler (nil) with 0x58a626e50290 for event 2
[mi] mieq: warning: overriding existing handler (nil) with 0x58a626e50290 for event 3
Obt-Message: Xinerama extension is not present on the server
17

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions