-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement support of remote TTY #23
Comments
as TTY in browser emulator we can use below project: also the https://github.com/krishnasrinivas/wetty/blob/master/public/wetty/wetty.js - provide example usage |
Add test page with TTY to any container. Implementation based on https://xtermjs.org/ For 'line spacing issue' see xtermjs/xterm.js#475 |
Please, provide some backend description. At this moment have no idea, what should be done in terms of this task. |
We need some user interface (example provided on page: http://haven/ui/tty.html) which is open from docker container menu and show terminal emulator |
To evaluate approach to add remote TTY via our HTML UI. Note that it may require specific options for run containers & etc.
The text was updated successfully, but these errors were encountered: