docker-chromium icon indicating copy to clipboard operation
docker-chromium copied to clipboard

[FEAT] KasmVNC file manager not working in lscr.io/linuxserver/chromium:kasm image

Open Derekcde opened this issue 2 months ago • 1 comments

Is this a new feature request?

  • [x] I have searched the existing issues

Wanted change

Hello LinuxServer.io team 👋

I’m using the lscr.io/linuxserver/chromium:kasm image (latest) to run Chromium through KasmVNC. Chromium itself works fine, but the built-in file manager (accessible via the “File Manager” icon in the KasmVNC interface) hangs indefinitely on loading.

When checking the browser console, several errors appear:

GET https://[server]/public/js/pcm-player.js 404 (Not Found) GET https://[server]/files/socket.io/socket.io.js 404 (Not Found) Refused to execute script ... because its MIME type ('text/html') is not executable filebrowser.js:5 Uncaught ReferenceError: io is not defined filebrowser.js:160 Uncaught TypeError: Cannot read properties of undefined (reading 'emit')

These indicate that:

the required JS files (socket.io.js and pcm-player.js) are missing from the image;

the KasmVNC server is running, but the kasm_agent process seems absent;

as a result, the file sharing feature is broken.

Steps to reproduce

Deploy the container with this configuration:

image: lscr.io/linuxserver/chromium:kasm environment:

  • PUID=1000
  • PGID=1000
  • TZ=Europe/Paris
  • FILE_MANAGER_PATH=/files volumes:
  • /path/config:/config
  • /path/files:/files

Open the Chromium web interface (KasmVNC).

Click on “File Manager”.

The spinner keeps loading, and the above console errors appear.

Thanks.

Reason for change

The file manager should display the contents of /files and allow uploading/downloading files — similar to official KasmVNC base images (kasmweb/core-*) ?.

Proposed code change

No response

Derekcde avatar Nov 10 '25 14:11 Derekcde

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

github-actions[bot] avatar Nov 10 '25 14:11 github-actions[bot]