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

[Feature Request] Automatically Take Control for Admin #310

Closed dreamflasher closed 1 year ago

dreamflasher commented 1 year ago

It would be great to have an option for an admin to automatically take control as soon as they log in.

cedricbieder commented 1 year ago

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. https://github.com/m1k1o/neko/issues/311#issuecomment-1568648353

dreamflasher commented 1 year ago

Yes, that also solves my use case. Thanks a lot!