Better sh hl
This commit is contained in:
@ -34,7 +34,7 @@ We'll also install [Tautulli](https://docs.linuxserver.io/images/docker-tautulli
|
||||
## Install Plex
|
||||
---
|
||||
Folder structure:
|
||||
```console
|
||||
```sh
|
||||
root
|
||||
├── docker
|
||||
│ ├── plex
|
||||
@ -114,7 +114,7 @@ services:
|
||||
|
||||
Find your PUID and GUID by running:
|
||||
|
||||
```shell
|
||||
```sh
|
||||
id username
|
||||
```
|
||||
|
||||
@ -211,7 +211,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.
|
||||
::
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo cp /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf.sample /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf
|
||||
sudo vi /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf
|
||||
```
|
||||
|
@ -31,7 +31,7 @@ Here’s the system we’ll set up:
|
||||
---
|
||||
Folder structure
|
||||
|
||||
```console
|
||||
```sh
|
||||
root
|
||||
├── docker
|
||||
│ └── seedbox
|
||||
@ -128,19 +128,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:
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo docker run --rm qmcgaw/gluetun genkey
|
||||
```
|
||||
|
||||
Note the key, then create the `/docker/gluetun` folder:
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo mkdir /docker/gluetun
|
||||
```
|
||||
|
||||
Create the `config.toml` file:
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo vi /docker/gluetun/config.toml
|
||||
```
|
||||
|
||||
@ -253,7 +253,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.
|
||||
::
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo vi /docker/swag/config/nginx/proxy-confs/seedbox.subdomain.conf
|
||||
```
|
||||
|
||||
|
@ -29,7 +29,7 @@ We’ll start by deploying the stack and then proceed to configure each app and
|
||||
|
||||
Folder structure:
|
||||
|
||||
```console
|
||||
```sh
|
||||
root
|
||||
├── docker
|
||||
│ ├── plex
|
||||
@ -430,7 +430,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.
|
||||
::
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo vi /docker/swag/config/nginx/proxy-confs/films.subdomain.conf
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user