2
0
mirror of https://github.com/elisescu/tty-share synced 2024-11-11 13:10:32 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Vasile Popescu
3994b813bf Update the node modules 2022-11-18 15:28:10 +01:00
Matthew Strasiotto
a0140aabf3 regen assets bundle
This is a squash of a few commits- The most important being that the
assets_bundle.go was regenerated with, then without the bundled fonts
in this squash, so this commit doesn't contain extraneous assets.

Messages:
* Regen assets_bundle
* Regen assets_bundle (without fonts)
2021-01-07 21:43:47 +01:00
Vasile Popescu
fcefcdfb02 Change the default scrolling behaviour of the web terminal
Use 1000 lines for the scroll buffer on the web/browser terminal.
2020-11-10 21:48:42 +01:00
Vasile Popescu
69c544e993 Fix a session path for NotFoundHandler 2020-11-04 23:06:34 +01:00
Vasile Popescu
3c77e059b3 Add the forgotten folder with the frontend js code 2020-11-04 23:06:34 +01:00
Vasile Popescu
6c0171e9d9 Log improvements - fixup in the other one 2020-11-04 23:06:34 +01:00
Vasile Popescu
afc909a358 Add support for joining a session from command line 2020-11-04 23:06:34 +01:00
Vasile Popescu
46e1bdaab2 Add support for public sharing with the new method 2020-11-04 23:06:34 +01:00
Vasile Popescu
584cba56c9 Add support for local network terminal sharing
Moved the server inside the tty-share binary, and serve it locally
2020-11-04 23:06:34 +01:00
Vasile Popescu
ba44046699 First step to adding support for local terminal sharing
Add the tty-server code to this repo as the first step for adding
support to share the terminal in the local network. The public server
should be involved only for public sessions.
2020-11-04 23:06:34 +01:00