butlerx
84fc48e1f8
v1.0.2
7 years ago
butlerx
fc013020d2
replace dirty binary with proof of concept js
7 years ago
butlerx
b0838aed90
add basic shell indepdent buffer
7 years ago
mirtouf
94d1a5fd0a
Update README.md ( #34 )
Update README.md by adding missing yarn build command for generating static files.
7 years ago
butlerx
c99b40a542
update nginx section and add nginx container for testing
7 years ago
butlerx
f2dcdb4bd2
v1.0.1
7 years ago
butlerx
e43fe267c1
set node boron as min engine requirements
7 years ago
butlerx
ef64451a36
add debug statement
7 years ago
Cian Butler
616ba39386
Replace hterm with Xterm.js ( #29 )
* switch too xterm and webpack
* handle disconects clearner
* stop browser from over rulling ctrl+shift+c
* update pkg.json
* replace log statements with events
* restructure cli
* reduce use of shared state
* remove ssh wrapper
* minify, uglify and tree shake code bundle
* use seperate containers for building frontend
* fit sizing errors
* add helmet
* fix term resize
* add loger
* use custom fix function
* stop server crashing after disconnect
* make better on mobile
* use a pty as a buffer to handle all keyboard keys
* unwrap var
* clean up structure of code
* update readme
* add api
* refactor event emitter
* expand emmitter class
* fix event emitter calls
* format docs
* fix docs
* clean up webpack
7 years ago
butlerx
c7c6dc88e9
v0.5.1
7 years ago
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