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
+4 -4
View File
@@ -33,7 +33,7 @@ Youll need to create a *Plex.tv* account. You dont need to expose your Ple
## Install Plex
Folder structure:
```sh
```text [Directory tree]
root
├── docker
│ ├── plex
@@ -51,7 +51,7 @@ root
Create the `movies`, `tvseries`, and `library` folders in `/media`:
```sh
```bash [Terminal]
mkdir -p /media/movies /media/library /media/tvseries
```
@@ -121,7 +121,7 @@ services:
Find your PUID and GUID by running:
```sh
```bash [Terminal]
id username
```
@@ -212,7 +212,7 @@ Copy and rename the file `tautulli.subdomain.conf.sample` to `tautulli.subdomain
✨ **Tip:** Use [File Browser](/serveex/files/file-browser) to navigate and edit files instead of using terminal commands.
::
```sh
```bash [Terminal]
sudo cp /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf.sample /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf
sudo nano /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf
```
@@ -31,7 +31,7 @@ Heres the system well set up:
## Configuration
Folder structure
```sh
```text [Directory tree]
root
├── docker
│ └── seedbox
@@ -49,7 +49,7 @@ root
If not already done, create the `downloads` folder under `/media`:
```sh
```bash [Terminal]
mkdir -P /media/downloads
```
@@ -138,19 +138,19 @@ We now need to allow the mod to fetch info from Gluetun, which only allows encry
Open a terminal to generate the authentication key:
```sh
```bash [Terminal]
sudo docker run --rm qmcgaw/gluetun genkey
```
Note the key, then create the `/docker/gluetun` folder:
```sh
```bash [Terminal]
sudo mkdir /docker/gluetun
```
Create the `config.toml` file:
```sh
```bash [Terminal]
sudo nano /docker/gluetun/config.toml
```
@@ -257,7 +257,7 @@ Now create/edit `seedbox.subdomain.conf`.
✨ __Terminal-free tip:__ use [File Browser](/serveex/files/file-browser) to edit files instead of using the terminal.
::
```sh
```bash [Terminal]
sudo nano /docker/swag/config/nginx/proxy-confs/seedbox.subdomain.conf
```
+2 -2
View File
@@ -30,7 +30,7 @@ Well start by deploying the stack and then proceed to configure each app and
Folder structure:
```sh
```text [Directory tree]
root
├── docker
│ ├── plex
@@ -450,7 +450,7 @@ Create and edit the file `films.subdomain.conf`:
✨ __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/films.subdomain.conf
```