nosemeocurrenada
a72fce14c7
Fix installation from npm ( #23 )
* Moved the command,args choice to a function
+ Add files to the package.json
* Using js export
* fix on package.json
7 years ago
butlerx
67db210698
use esm modules
8 years ago
butlerx
a9f1a16c4c
preserve lts support
8 years ago
Cian Butler
667888a44d
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
413e0e5d98
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
78141279d8
update express ( #16 )
8 years ago
butlerx
43c4d041c4
move event listener to wetty.js and add removeEventListener, add better support for dedicated vhosts
8 years ago
butlerx
8f46e6f9fd
update to es6
8 years ago
butlerx
5bd46f6481
add wrapper for ssh to prompt for user login
8 years ago
Cian Butler
d344abb87f
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
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