butlerx
f10c7b4138
add npmignore
7 years ago
mirtouf
f2fcfd0f48
Update of README.md with apache snippet and removal of app.js ( #25 )
* Added Apache configuration for proxifying wetty.
* Typo fix for Apache configuration.
* Updated procedure for starting wetty (use of bin/index.js instead of app.js)
7 years ago
butlerx
1833185050
use mjs for module files
7 years ago
butlerx
11f2efad37
v0.5.0
7 years ago
butlerx
13fd1d0bf7
revert async code
7 years ago
butlerx
c6b35374ab
Merge branch 'master' of github.com:butlerx/wetty
7 years ago
butlerx
57864ae2ec
update hterm
7 years ago
butlerx
a00c5598b9
use /usr/bin/env
7 years ago
Tri Nguyen
4f83a052bd
update README to use npm binary
7 years ago
Krishna Srinivas
a24c55b76d
Merge pull request #96 from khanzf/master
Added support for FreeBSD
7 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
7 years ago
butlerx
4ea6ad9ac7
v0.4.2
7 years ago
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
f884b11e16
remove second cursor
8 years ago
butlerx
17691412a7
add ip of client to host login
8 years ago
butlerx
2d8f9624c9
write ssh wrapper in shell
8 years ago
butlerx
8a47d8078f
update version
8 years ago
butlerx
99a1995c27
remove unneeded cleanup script
8 years ago
butlerx
67db210698
use esm modules
8 years ago
butlerx
b3a56e40e8
use airbnb for linting
8 years ago
butlerx
a9f1a16c4c
preserve lts support
8 years ago
butlerx
771c765b03
add FAQ
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
3a1a8d9be3
Update/package ( #14 )
* add user to dockerfile and dockerignore
* update readme and package for new npm
* update service
* Update package.json
8 years ago
Cian Butler
78141279d8
update express ( #16 )
8 years ago
Cian Butler
89aa1bc17c
Update LICENSE
so github sees it
8 years ago
Cian Butler
7161fdf9e5
add user to dockerfile and dockerignore ( #11 )
* add user to dockerfile and dockerignore
* Update docker-compose.yml
8 years ago
Strubbl
6280719c70
add python & perl deps,fix typo ( #10 )
8 years ago
butlerx
43c4d041c4
move event listener to wetty.js and add removeEventListener, add better support for dedicated vhosts
8 years ago
Strubbl
ab417875cf
fix: on logout display the reconnect overlay ( #6 )
8 years ago
Strubbl
6ff8c47d1a
update repo path in Readme ( #5 )
8 years ago
butlerx
f89fbd5a96
update readme
8 years ago
butlerx
88ecc54f1c
update docker instructions
8 years ago
Krishna Srinivas
3d2adadf9b
Merge pull request #90 from kholbekj/correct_docker_image
update docker image in readme
8 years ago
Kasper Holbek Jensen
b67f6b1330
update docker image in readme
8 years ago
butlerx
67796f5b12
make script exacutable
8 years ago
butlerx
8cd5aaefd1
Merge branch 'master' of github.com:butlerx/wetty
8 years ago
butlerx
a19e0119d6
add script for cron
8 years ago
Cian Butler
650aa55c8f
remove build step
8 years ago
butlerx
28f20853bd
update docker to build latest
8 years ago
butlerx
5acb0d86bc
disable autocomplete
8 years ago
butlerx
c5777f47f3
fix docker
8 years ago
butlerx
8f46e6f9fd
update to es6
8 years ago
butlerx
fd7f868fa8
Merge branch 'master' of github.com:butlerx/wetty
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
Cian Butler
b7fc05acd6
Merge pull request #2 from acalatrava/master
add mobile
8 years ago
Cian Butler
8daa08e193
Merge pull request #1 from imuli/preventaccidentalclosure
prevent accidental ctrl-w window closure
8 years ago
Imuli
2bfe03545d
prevent accidental ctrl-w window closure
9 years ago