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
+3 -3
View File
@@ -217,10 +217,10 @@ Copy and rename the file `tautulli.subdomain.conf.sample` to `tautulli.subdomain
```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
sudo nano /docker/swag/config/nginx/proxy-confs/tautulli.subdomain.conf
```
Ensure the configuration matches the following. If needed, press `i` to edit:
Ensure the configuration matches the following, and edit it if needed:
```nginx
## Version 2023/05/31
@@ -305,7 +305,7 @@ server {
✨ You can protect this app with Authentik by removing the `#` before `include /config/nginx/authentik-server.conf;` and `include /config/nginx/authentik-location.conf;`. Dont forget to [create an application and provider in Authentik](/serveex/security/authentik#protecting-an-app-via-reverse-proxy).
::
Press `Esc` then save and quit by typing `:x`
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
Wait a few minutes, then open `http://tautulli.mydomain.com` in your browser.
@@ -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.
+3 -3
View File
@@ -458,10 +458,10 @@ Create and edit the file `films.subdomain.conf`:
::
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/films.subdomain.conf
sudo nano /docker/swag/config/nginx/proxy-confs/films.subdomain.conf
```
Enter insert mode by pressing `i`:
Paste the following:
```nginx
## Version 2024/07/16
@@ -522,7 +522,7 @@ server {
}
```
Press `Escape`, then type `:x` and press `Enter` to save and exit.
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
Wait a few minutes, then visit `http://films.mydomain.com` in your browser.