Label terminal commands and directory trees in code blocks

This commit is contained in:
Djeex
2026-08-31 19:57:52 +02:00
parent 61f4b0447b
commit baf3590186
53 changed files with 214 additions and 206 deletions
@@ -22,7 +22,7 @@ description: Install Uptime-Kuma to monitor your self-hosted services uptime, se
## Installation
Folder structure
```sh
```text [Directory tree]
root
└── docker
└── uptime-kuma
@@ -85,7 +85,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.
::
```sh
```bash [Terminal]
sudo nano /docker/swag/config/nginx/proxy-confs/stats.subdomain.conf
```
Paste the following config:
@@ -21,7 +21,7 @@ description: Install Dozzle to monitor Docker container logs in real time from a
## Installation
Folder structure
```sh
```text [Directory tree]
root
└── docker
└── dozzle
@@ -118,7 +118,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.
::
```sh
```bash [Terminal]
sudo nano /docker/swag/config/nginx/proxy-confs/dozzle.subdomain.conf
```
Paste the configuration below:
@@ -26,7 +26,7 @@ We will use the Docker image maintained by [LinuxServer.io](https://docs.linuxse
File structure:
```sh
```text [Directory tree]
root
└── docker
└── speedtest-tracker
@@ -36,7 +36,7 @@ root
In a terminal, generate a key using the following command:
```sh
```bash [Terminal]
echo -n 'base64:'; openssl rand -base64 32;
```
@@ -69,7 +69,7 @@ services:
Find your `PUID` and `GUID` by running the following command:
```sh
```bash [Terminal]
id yourusername
```
@@ -104,7 +104,7 @@ Speedtest Tracker does not use multi-factor authentication. Exposing it on the i
Open the `speedtest.subdomain.conf` file:
```sh
```bash [Terminal]
sudo nano /docker/swag/config/nginx/proxy-confs/speedtest.subdomain.conf
```
@@ -26,7 +26,7 @@ Beszel includes a hub with a web UI and an agent that collects data from your se
Folder structure
```sh
```text [Directory tree]
root
└── docker
└── beszel
@@ -192,7 +192,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.
::
```sh
```bash [Terminal]
sudo nano /docker/swag/config/nginx/proxy-confs/beszel.subdomain.conf
```
@@ -22,7 +22,7 @@ description: Install UpSnap to remotely wake up machines on your local network v
Folder structure
```sh
```text [Directory tree]
root
└── docker
└── upsnap
@@ -131,7 +131,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.
::
```sh
```bash [Terminal]
sudo nano /docker/swag/config/nginx/proxy-confs/upsnap.subdomain.conf
```
And paste the following configuration: