Switch editing instructions from vim to nano and use kbd for keys

This commit is contained in:
Djeex
2026-08-30 18:49:10 +02:00
parent 2608bf64eb
commit bb1a482a8d
50 changed files with 210 additions and 210 deletions
@@ -152,10 +152,10 @@ sudo mkdir /docker/gluetun
Create the `config.toml` file:
```sh
sudo vi /docker/gluetun/config.toml
sudo nano /docker/gluetun/config.toml
```
Press `i` to edit and enter:
Enter:
```toml
[[roles]]
@@ -165,7 +165,7 @@ auth = "apikey"
apikey = "your_key_here" # key you just generated
```
Press `Esc` then type `:x` to save and exit.
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
In Dockge, fill in the variables in `.env`:
@@ -261,10 +261,10 @@ Now create/edit `seedbox.subdomain.conf`.
::
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/seedbox.subdomain.conf
sudo nano /docker/swag/config/nginx/proxy-confs/seedbox.subdomain.conf
```
Press `i` and paste the following config (check the port):
Paste the following config (check the port):
```nginx
## Version 2023/12/19
@@ -321,7 +321,7 @@ server {
✨ You can secure this app with Authentik by uncommenting the `authentik-server.conf` and `authentik-location.conf` lines. Dont forget to [create an app and provider in Authentik](/serveex/security/authentik#protecting-an-app-via-reverse-proxy).
::
Press `Esc`, type `:x` to save and quit.
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
Wait a few minutes, then go to `https://seedbox.mydomain.com`—you should land on the Qbittorrent interface.