Description
Let me be very brief and clear, I have used coder
and liked the feature of the ssh terminal in the pop out browser window. I found a similar docker image that can be bind with the docker image of code-server too.
Check this out @jsjoeio @code-asher @bpmct this might be a good thing for code-server. I know vscode provides integrated terminal but still, why not? Why not a browser based ssh console.
I am using this docker image and has been running fine.
The simplest deployment is,
docker run --name code-server-terminal -d -p 7878:3000 wettyoss/wetty --ssh-host=192.168.bla.bla
Also, @code-asher this might be a solution to issues like, as this would be opened on a separate window and code-server
window can be reloaded independently
#1832 #2276
I think this is a good feature request and can be implemented in the upcoming versions of code-server.
Also, the ctrl+c to copy and ctrl+v to paste hotkeys work absolutely just like google cloud shell. I am loving this wetty very much.
Thank You.
Here is a screenshot of it.