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