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

@ -31,7 +31,7 @@ Heres the system well 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
```