Skip to content

Web Terminal frontend support #266

Closed
@misskniss

Description

@misskniss
  1. Add xterm to frontend
  2. Add endpoint for spawning a shell (maybe use SHELL env var with bash or sh 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 call pty.New?) that just streams stdio
  3. Hook up xterm to that endpoint via websocket
  4. Add reconnection support (store the pty by id and discard disconnected sessions on a timer)

Metadata

Metadata

Labels

siteArea: frontend dashboard

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions