m1k1o / neko

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

[question] Why does user has no control by default? #311

Closed cedricbieder closed 1 year ago

cedricbieder commented 1 year ago

Hi,

I often miss that I do not have control after the login. how can I set in the code, that for, e.g. my first login (admin first login) the control is activated by default? I am very new to vuex yet and does not understand everything.

Thank you for your time.

Best

cedricbieder commented 1 year ago

Found this answer by m1k1o, that works for me: Or you could start neko with NEKO_IMPLICIT_CONTROL=true and you don't need to take control every time. This might fit your use-case.