You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
I really like using your Tool. However I think using X SSH Tunneling might be better for my usecases than VNC with its limitations.
So I was trying to make by manually setting the $DISPLAY variable but even though the X was passed through, I was unable to see results.
Secondly, as you already mentioned passing the ngrok Authtoken and the region settings everytime is pretty annoying. As I frequently mount my GDrive, I could imagine using a configuration file.
remocolab.setupVNC() just run Xorg server for VirtualGL and when you use a runtime without GPU it doesn't run Xorg server.
See _setup_nvidia_gl() function in remocolab.py for more detail.
I think you need to run remocolab.setupSSHD(), install xfce and run startxfce4.
You can specify ngrok region to ngrok_region argument of remocolab.setupSSHD() and remocolab.setupVNC().
ngrok token must be kept secret.
I don't think google drive is a safe place to keep secrets as files and folders in google drive can be shared.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I really like using your Tool. However I think using X SSH Tunneling might be better for my usecases than VNC with its limitations.
So I was trying to make by manually setting the $DISPLAY variable but even though the X was passed through, I was unable to see results.
Secondly, as you already mentioned passing the ngrok Authtoken and the region settings everytime is pretty annoying. As I frequently mount my GDrive, I could imagine using a configuration file.
So something like this would be the result:
Kind Regards.
The text was updated successfully, but these errors were encountered: