From 25f52b3f1e53890fcba0623d260b13936527f6b6 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Thu, 11 Jul 2024 11:24:59 +0000 Subject: [PATCH] chore: update docs --- README.md | 181 ++++++++++++++++++++++++--------------------- test1/app1.js | 38 ++++++++++ test1/package.json | 10 +++ 3 files changed, 143 insertions(+), 86 deletions(-) create mode 100644 test1/app1.js create mode 100644 test1/package.json diff --git a/README.md b/README.md index 5ad58c2..098b0c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# WebSSH2 +# WebSSH2 - BIG-IP SERVER ONLY EDITION + +# This branch `bigip-server` is a work in progress and you shouldn't use it + [![GitHub version](https://badge.fury.io/gh/billchurch%2Fwebssh2.svg)](https://badge.fury.io/gh/billchurch%2Fwebssh2) [![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/billchurch) @@ -10,6 +13,7 @@ A bare bones example of an HTML5 web-based terminal emulator and SSH client. We WebSSH2 v0.2.0 demo # Requirements + Node v6.x or above. If using ** element, modify `./src/index.js` directly, or check out `webpack.*.js` and add your custom javascript file to a task there (best option). + +- If you want to add custom JavaScript to the browser client you can either modify `./src/client.html` and add a **