Better sh hl
This commit is contained in:
@ -27,7 +27,7 @@ main:
|
||||
|
||||
File structure:
|
||||
|
||||
```console
|
||||
```sh
|
||||
root
|
||||
└── docker
|
||||
└── speedtest-tracker
|
||||
@ -37,7 +37,7 @@ root
|
||||
|
||||
In a terminal, generate a key using the following command:
|
||||
|
||||
```shell
|
||||
```sh
|
||||
echo -n 'base64:'; openssl rand -base64 32;
|
||||
```
|
||||
|
||||
@ -67,7 +67,7 @@ services:
|
||||
|
||||
Find your `PUID` and `GUID` by running the following command:
|
||||
|
||||
```shell
|
||||
```sh
|
||||
id yourusername
|
||||
```
|
||||
|
||||
@ -104,7 +104,7 @@ Now we want to expose Speedtest Tracker to the internet so you can access it rem
|
||||
|
||||
Open the `speedtest.subdomain.conf` file:
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo vi /docker/swag/config/nginx/proxy-confs/speedtest.subdomain.conf
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user