- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
- Add xterm to frontend
- Add endpoint for spawning a shell (maybe use
SHELL
env var withbash
orsh
default, or maybe we can get the user's set shell or maybe that part is handled automatically?) with a pty (I think we can callpty.New
?) that just streams stdio - Hook up xterm to that endpoint via websocket
- Add reconnection support (store the pty by id and discard disconnected sessions on a timer)