Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aled Jones authored Jul 12, 2023
1 parent b17e0e1 commit e2351b9
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workstation Housekeeping v1.10
# Workstation Housekeeping v1.11

Scripts to manage data on the NGS workstation

Expand Down Expand Up @@ -53,17 +53,23 @@ 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

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

---

0 comments on commit e2351b9

Please sign in to comment.