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
Antonio Calatrava
c283885374
Cosmetic fix
9 years ago
Antonio Calatrava
50c1914dc2
Disable autocorrection on mobile and hack to hide blinking caret on desktop
Disabling autocorrection is straightforward, unfortunately the blinking
caret it’s not… I added a hack to hide the caret that will work on
desktop browsers but it won’t on mobile safari.
Caret is browser dependent and there is no CSS code to modify it.
9 years ago
Antonio Calatrava
99a9454d71
Add support for Virtual Keyboard on Mobile Devices
9 years ago
Andreas Kloeckner
aa882adceb
Add systemd unit file
9 years ago
Krishna Srinivas
7157422aec
increment wetty version
9 years ago
Krishna Srinivas
41504a854c
Update pty.js version to 0.3.0
9 years ago
Krishna Srinivas
b7e9179454
Merge pull request #34 from jarrettgilliam/master
Use socket.io instead of WebSockets
9 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
6663504f0d
ctrl-v will do paste #24
10 years ago
Krishna Srinivas
d89267e28e
Update package version to 0.1.0
10 years ago
Krishna Srinivas
2c65241fbb
fix install issues with node v0.12 #19
10 years ago
Krishna Srinivas
9ed1cb5ac0
docker base image node version 0.10.38
10 years ago
Krishna Srinivas
ca6ddbd641
Merge PR #15 broke 'ctrl-c-copy'. Fixing this.
Ctrl-C is for copy, Ctrl-Shift-V is for paste.
10 years ago