-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Env to enable one connection active #2
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
not 100% on implementation but the flag you are looking for is here: Can you do me a favor and modify that in your container (edit the file at the path /etc/s6-overlay/s6-rc.d/svc-kasmvnc/run and remove that line) restart the container and ensure that is the behavior you are looking for ? |
@thelamer i did this test but notting it's changed |
This is not kasmVNC level kclient would need some kind of multi connection detection baked in to kill off the other session. |
@thelamer just to be sure, have you checked this https://www.kasmweb.com/kasmvnc/docs/1.0.0/configuration.html in "user_session" and in particular the session_type? What do you think about it? |
i try to add into /etc/kasmvnc/kasmvnc.yaml
but not work :-/ |
Is this a new feature request?
Wanted change
a quick env flag to enable
-new_session_disconnects_existing_exclusive_session: true
-session_type: exclusive
that I think enable the reason for change request
Reason for change
I want only one vnc connection active instance. When I connect from new place the old one will be closed.
Proposed code change
No response
The text was updated successfully, but these errors were encountered: