m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
6.99k stars 515 forks source link

Black screen issue on Ubuntu VM #361

Closed epic-croswords closed 8 months ago

epic-croswords commented 8 months ago

hello team,

i need help regarding the black screen issue while using neko on Ubuntu virtual machine i only able to see the cursor and neko currently working on docker container

docker file: google chrome ( .docker/google-chrome)

thanks.

image

image

yesBad commented 8 months ago

Did you set

    cap_add:
      - SYS_ADMIN

as per documentation?

epic-croswords commented 8 months ago

no i haven't set that, is it on docker file ? or where should i have to add

yesBad commented 8 months ago

no i haven't set that, is it on docker file ? or where should i have to add

You set it when you launch the container i.e docker run command or compose file.

epic-croswords commented 8 months ago

it able to work thanks you very much
it was very helpful image

yesBad commented 8 months ago

Goodluck. You can close the issue 👍