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

@ -22,7 +22,7 @@ main:
---
Folder structure
```console
```sh
root
└── docker
└── uptime-kuma
@ -84,7 +84,7 @@ In the Swag folders, create the `stats.subdomain.conf` file.
you can use [File Browser](/serveex/files/file-browser) to browse and edit your files instead of using terminal commands.
::
```shell
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/stats.subdomain.conf
```
Enter insert mode with `i` and paste the following config:

View File

@ -21,7 +21,7 @@ main:
---
Folder structure
```console
```sh
root
└── docker
└── dozzle
@ -114,7 +114,7 @@ In the Swag folder, create the `dozzle.subdomain.conf` file.
✨ __Tip:__ You can use [File Browser](/serveex/files/file-browser) to browse and edit files instead of using terminal commands.
::
```shell
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/dozzle.subdomain.conf
```
Enter edit mode by pressing `i` and paste the configuration below:

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

View File

@ -26,7 +26,7 @@ Beszel includes a hub with a web UI and an agent that collects data from your se
Folder structure
```console
```sh
root
└── docker
└── beszel
@ -191,7 +191,7 @@ In Swags config folders, create `beszel.subdomain.conf`.
__Tip:__ Use [File Browser](/serveex/files/file-browser) to browse and edit files instead of terminal commands.
::
```shell
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/beszel.subdomain.conf
```

View File

@ -22,7 +22,7 @@ main:
Folder structure
```console
```sh
root
└── docker
└── upsnap
@ -129,7 +129,7 @@ In the Swag folders, create the file `upsnap.subdomain.conf`.
✨ __Tip:__ You can use [File Browser](/serveex/files/file-browser) to navigate your files and edit documents instead of using terminal commands.
::
```shell
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/upsnap.subdomain.conf
```
Enter edit mode by pressing `i`, and paste the following configuration: