From e2351b9338e26c06d3671ba8283fd5514fcf5f1c Mon Sep 17 00:00:00 2001 From: Aled Jones Date: Wed, 12 Jul 2023 11:41:20 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0b713e2..f529369 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Workstation Housekeeping v1.10 +# Workstation Housekeeping v1.11 Scripts to manage data on the NGS workstation @@ -53,7 +53,7 @@ See wscleaner readme for more info ## ngrok_start.sh -Allow SSH access to the system by running ngrok as a background process. +Allow SSH access to the system by running ngrok as a background process. As of v1.11 supports dockerised ngrok instance. ### Installation @@ -61,9 +61,15 @@ See knowledge base article for ngrok installation. ### Usage -```bash -$ ngrok_start.sh -"tcp://30.tcp.eu.ngrok.io:5555" -``` +Non-dockerised ngrok: + +`sudo bash ngrok_start.sh` + +Dockerised ngrok: + +`sudo bash ngrok_start.sh docker` + +### output + +The script will output the ngrok connection details ----