Update README.md
This commit is contained in:
parent
ec9cda660f
commit
f448fcc7e1
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# WebSSH2 [](https://badge.fury.io/gh/BillChurch%2FWebSSH2) [](https://travis-ci.org/billchurch/WebSSH2) [](https://snyk.io/test/github/billchurch/webssh2) [](https://www.bithound.io/github/billchurch/WebSSH2) [](https://www.bithound.io/github/billchurch/WebSSH2/master/dependencies/npm) [](https://nodesecurity.io/orgs/billchurch/projects/b0a0d9df-1340-43ef-9736-ef983c057764)
|
||||
# WebSSH2[](https://badge.fury.io/gh/billchurch%2FWebSSH2) [](https://travis-ci.org/billchurch/WebSSH2) [](https://snyk.io/test/github/billchurch/webssh2) [](https://www.bithound.io/github/billchurch/WebSSH2) [](https://www.bithound.io/github/billchurch/WebSSH2/master/dependencies/npm) [](https://nodesecurity.io/orgs/billchurch/projects/b0a0d9df-1340-43ef-9736-ef983c057764)
|
||||
Web SSH Client using ssh2, socket.io, xterm.js, and express
|
||||
|
||||
Bare bones example of using SSH2 as a client on a host to proxy a Websocket / Socket.io connection to a SSH2 server.
|
||||
|
@ -156,4 +156,4 @@ http://localhost:2222/ssh/host/192.168.1.1?port=2244&header=My%20Header&color=re
|
|||
# Tips
|
||||
* If you want to add custom JavaScript to the browser client you can either modify `./public/client-(full|min).html` and add a **<script>** element or check out `Gulpfile.js` and add your custom javascript file to the concat task
|
||||
* BIG-IP Acess Policy Manager (APM) doesn't always care for minified javascript when run in portal mode. Be sure to Set `useminified` option in `config.json` to `false` for these environments
|
||||
* Set `useminified` option in `config.json` to `true` to utilize minified javascript
|
||||
* Set `useminified` option in `config.json` to `true` to utilize minified javascript
|
||||
|
|
Loading…
Reference in a new issue