Skip to content

Commit

Permalink
mdlint
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Oct 31, 2024
1 parent a4ad26c commit 3d83d06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions book/src/ui-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ The common usage is to run Siren at a client computer connecting to a server run
```bash
docker run --rm -ti --name siren -p 4443:443 --env-file $PWD/.env --net host sigp/siren
```

If it fails to start, an error message will be shown. For example, the error

```
Expand All @@ -59,13 +60,13 @@ The common usage is to run Siren at a client computer connecting to a server run

When Siren is successfully run, you should see the log `LOG [NestApplication] Nest application successfully started +118ms`, indicating that Siren has started.

1. At the client computer, SSH to the server:
1. On the client computer, SSH to the server:

```bash
ssh -L 3000:127.0.0.1:3000 username@server_IP
```

You can now access siren by entering `localhost:3000` to a browser in the client computer.
You can now access siren by entering `localhost:3000` in a browser on the client computer.

Advanced users can mount their own certificates, see the `SSL Certificates` section below

Expand Down

0 comments on commit 3d83d06

Please sign in to comment.