butlerx
61526fa3cf
revert package to wetty
5 years ago
Vamshi K Ponnapalli
4711b62efa
Upgrade dependencies to latest available versions ( #198 )
* Deduplicate yarn.lock
Remove duplicate dependencies by running https://github.com/atlassian/yarn-deduplicate
Signed-off-by: Felix Bartels <felix@host-consultants.de>
* Upgrade dependencies to latest available versions
* Upgrade dependencies to latest available versions
* Re update dependencies to ensure latest versions
5 years ago
Cian Butler
1757743de5
Deduplicate yarn.lock ( #195 )
Deduplicate yarn.lock
5 years ago
Felix Bartels
edce9575e2
Deduplicate yarn.lock
Remove duplicate dependencies by running https://github.com/atlassian/yarn-deduplicate
Signed-off-by: Felix Bartels <felix@host-consultants.de>
6 years ago
Cian Butler
f0a837df8d
New feature to interface with authentication middleware ( #168 )
New feature to interface with authentication middleware
6 years ago
Cian Butler
7b82c456c7
Use relative paths for html resources, to allow reverse proxying ( #175 )
Use relative paths for html resources, to allow reverse proxying
6 years ago
Cian Butler
77f48b37e5
Merge branch 'master' into relative
6 years ago
Cian Butler
de637bb70e
XSS Override ( #193 )
XSS Override
6 years ago
Anthony Jund
681064050b
Corrected type from renaming bypassHelmet
6 years ago
Anthony Jund
cce60629ec
Renamed option from --no-helmet to --bypasshelmet
6 years ago
Anthony Jund
ca50c52674
Updated lint-staged to fix any-observable error
6 years ago
Anthony Jund
981b0b2059
Added startup option to disable helmet
6 years ago
Cian Butler
29ddeb7139
Merge pull request #189 from hyperionlevelq/patch-1
Tweak README
6 years ago
Matthew Piercey
0e0949cf9b
Tweak README
Fix minor typo; change yarn installation to 'yarn global add wetty.js' since the current command does not work in the newest version of Yarn
6 years ago
Cian Butler
b83adbedd1
Merge pull request #181 from wavesoftware/master
Adding configuration to wetty
6 years ago
Krzysztof Suszyński
5cc2e68ca9
Adding configuration to wetty
6 years ago
Henri
98aa36f9ff
Merge remote-tracking branch 'upstream/master' into relative
6 years ago
Cian Butler
bba7f6e58a
Merge pull request #176 from perpen/title
New startup option: --title
6 years ago
Henri
bfb1abfb17
new startup option: --title
6 years ago
Henri
c32c4e5d26
use relative paths for html resources, to allow reverse proxying
6 years ago
Cian Butler
e9aa655ccd
Merge pull request #174 from pojntfx/master
Fix wrong link to API docs
6 years ago
Felix Pojtinger
117583310a
fix wrong link to API docs
6 years ago
Cian Butler
e8b70e39ce
Merge pull request #171 from harryleesan/docker_compose_fix
Fixed working directory in docker-compose.yml to match Dockerfile
6 years ago
harryleesan
2efbfc1f4f
Updated working directory to match Dockerfile
6 years ago
Denis Kramer
65ec883e1c
fixed working dir path
6 years ago
Denis Kramer
d25f63dabe
Added remote-user request header feature
6 years ago
butlerx
30e4f2ba7b
v1.1.4
6 years ago
butlerx
0de9ced19a
use __dirname for spawning buffer
6 years ago
butlerx
ef1a08ba94
v1.1.3
6 years ago
butlerx
6eca32e873
use __dirname for path resolution to ensure gloabl install works correctly
6 years ago
butlerx
76a856f036
make index.js executable
6 years ago
Cian Butler
b68c61d715
Merge pull request #155 from krishnasrinivas/pr/65
add a host option to listen on a specific ip
6 years ago
Imuli
3d0fe991e4
add a host option to listen on a specific ip
9 years ago
Cian Butler
8191de94b7
Merge pull request #126 from butlerx/master
Version 1 release
6 years ago
butlerx
dd38bf4f67
add un required files for publich to npmingore
6 years ago
butlerx
68a1c44c51
v1.1.1
6 years ago
Cian Butler
08cc4da170
Merge pull request #48 from butlerx/feature/types
replace esm with typescript
6 years ago
butlerx
0378c63617
ensure command is passed correctly
6 years ago
butlerx
f3593eedec
allow command and sshadrress to be se by url
6 years ago
butlerx
af49e22a19
Merge remote-tracking branch 'upstream/master' into feature/types
6 years ago
butlerx
d145ad9d42
replace esm with typescript
6 years ago
butlerx
97f13c46e2
allow path to connect to be passed from url
6 years ago
Josh Samuelson
30e8d9f42f
Expose command as an option
9 years ago
butlerx
5326182168
add contributors
6 years ago
Koushik M.L.N
35db9676a4
Express dependency and README.md fix ( #151 )
* Fixed Package.json and updated README.md
* Updated GIT Clone link
6 years ago
cbutler
9d8a5eeac8
upgrade dependencies
6 years ago
Koushik M.L.N
84a67d41a7
Modified README.md ( #146 )
* Added Functionality to Autologin with Username and Password
* Bug Fixes and Username Input on Non Root Account
* Removed Username on Non Root Account
* Modified ReadMe.md
* Modified ReadMe.md
* Shifted Hterm.js to wetty file
* Shifted Hterm.js to wetty file - Revert
* Rebase Master
* Bug Fix
* Imports Fixed in index.html
* Imports Fixed in index.html
* Fixed Imports
* Modified Readme.md
6 years ago
Neale Pickett
00355a4591
Override `/wetty` as the base path ( #43 )
* Trying to remove static path, almost got it
* Yay fixed
* Clean up debugging
* Add docs
* An attempt at getting `/base/path/ssh/username` to work.
Thanks to @3ch01c for helping me with this work
* No longer require a trailing / on username
* Document namespace conflicts
6 years ago
Oleg Kurapov
749961ecba
Return socket.io.js removed in fe871d6
( #143 )
6 years ago
Koushik M.L.N
c14ee99081
Autologin Feature Added ( #122 )
Login by passing username and password in url as query parameters.
Migrated to node-pty which is currently maintained and updated.
added feature to put in global username and password
Added server keep alive in ssh options to keep the session alive.
6 years ago