Better sh hl

This commit is contained in:
2025-08-10 22:59:47 +00:00
parent 6eaf8a5c94
commit 876d0a6ff5
28 changed files with 134 additions and 118 deletions

View File

@ -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
```