butlerx
9cad6f8723
use esm modules
8 years ago
butlerx
370834b6f0
preserve lts support
8 years ago
Cian Butler
d3e1406e00
add babel for backwards compatibility in hterm ( #15 )
* add babel for backwards compatible
* wrong pre-commit
* wrong pre-commit
* fix code-climate errors
* fix utf error
* re add mobile support
* use classes
* testing
* move #!
8 years ago
nosemeocurrenada
27e197bce3
Modularize the wetty service and add events ( #18 )
* - Add help message
- Removed unnecesary ifs
* Moved to a module.
Add events:
* exit (code): Ssh process finished, informs the process exitcode.
* disconnect : Socket disconnected.
* Fix on previous commit
* Fix on previous commit
8 years ago
Cian Butler
987e65bebb
update express ( #16 )
8 years ago
butlerx
4d9ad6196a
move event listener to wetty.js and add removeEventListener, add better support for dedicated vhosts
8 years ago
butlerx
fcec29354f
update to es6
8 years ago
butlerx
502a9ded9c
add wrapper for ssh to prompt for user login
8 years ago
Cian Butler
a143c3b580
Reconnect button ( #3 )
* Add a reconnect button on logout
Prior to this, the only way to return to a session after logging out or
login timeout was to manually reload the page. This gives you a nice
button to do it for you.
Ping @joshsamuelson
* Forgot the z-index
* Whoa, there's two copies?
Not sure why there are two index.html files, but...
* Forgot the z-index
8 years ago
Farhan Khan
dc8c06e736
Added support for FreeBSD
For root: Changed '/bin/login' to '/usr/bin/env login'
For non-root: Added keyboard-interactive authentication
8 years ago
Jarrett Gilliam
a595fb82f1
Change socket.io path to /wetty/socket.io
9 years ago
Jarrett Gilliam
e496251772
Use socket.io instead of WebSockets
9 years ago
Krishna Srinivas
2c65241fbb
fix install issues with node v0.12 #19
10 years ago
Luca Milanesio
56f6449173
Thanks to the niallo:waitpid fixes, the SIGCHLD is automatically managed
10 years ago
Luca Milanesio
6f39fd026e
Added extra logs when child PIDs start/end
10 years ago
Krishna Srinivas
223b1b1591
Make PreferredAuthentications of SSH optional using --sshauth option
11 years ago
Krishna Srinivas
0794755de3
Force password auth so that ssh does not use pvtkeys on the server.
11 years ago
Krishna Srinivas
cc4f9d93da
On SIGCHLD do waitpid(-1). use the package 'waitpid'.
Not sure if there is a better way to handle this but this works.
Related PR on pty.js : https://github.com/chjj/pty.js/pull/37
11 years ago
James Turnbull
08332034db
Added support for remote SSH host and user name
11 years ago
Krishna Srinivas
2567a212db
Remove --sshuser option and allow a user to specify it in the URL: http://yourserver:port/wetty/ssh/ <username>
11 years ago
Krishna Srinivas
4aa63fe037
Added options --sshuser and --sshport
11 years ago
Krishna Srinivas
190048a2c2
Support to run behind nginx reverse proxy. Support to run wetty as user as well as root.
11 years ago
Krishna Srinivas
3e1a604a10
Close terminal on websocket disconnect
11 years ago
Krishna Srinivas
bcfd600aea
commit all files
11 years ago