cloudshell
cloudshell copied to clipboard
Xterm.js with a Go backend meant for use in containers
Currently, cloudshell directly reading files for static files in `public` and `node_modules` from project directory for embedding static assets. I think we should use `go:embed` to embed static assets directly...
Hi zephinzer, Cool project! I face a race condition, have a suggestion to fix this. Program now and then panics with "panic: sync: negative Waitgroup Counter". This is because there...
Updating xterm references from absolute to relative - make the app work on subpaths and behind reverse provies
Add a setting which, when specified, indicates a username:password pair which will be required from HTTP clients.
Hi zephinzer, two harmless typos in pkg/xtermjs/handler_websocket.go: * line 101: webscoket -> websocket * line 177: uunknown -> unknown Gerhard
Just tried out your repo on ubuntu. This is what i get after runing `make init` 
Great project, like it is in go, so easy portable... But I find there is a issue , there is no TERM environment set. ``` 40f72c8c915f:/$ echo $TERM dumb ```...
connecting to 127.0.0.1:8376 gives 404 error..