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
@@ -87,9 +87,9 @@ you can use [File Browser](/serveex/files/file-browser) to browse and edit your
::
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/stats.subdomain.conf
sudo nano /docker/swag/config/nginx/proxy-confs/stats.subdomain.conf
```
Enter insert mode with `i` and paste the following config:
Paste the following config:
```nginx
## Version 2023/12/19
@@ -142,7 +142,7 @@ server {
}
```
Press `Esc`, then save and exit with `:x` and `Enter`.
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
In Dockge, edit the SWAG compose and add the Uptime-Kuma network:
@@ -121,9 +121,9 @@ In the Swag folder, create the `dozzle.subdomain.conf` file.
::
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/dozzle.subdomain.conf
sudo nano /docker/swag/config/nginx/proxy-confs/dozzle.subdomain.conf
```
Enter edit mode by pressing `i` and paste the configuration below:
Paste the configuration below:
```nginx
## Version 2023/12/19
@@ -176,7 +176,7 @@ server {
}
```
Press `Esc`, then save and exit by typing `:x` and pressing `Enter`.
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
And there you go, Dozzle is now exposed!
@@ -107,7 +107,7 @@ Speedtest Tracker does not use multi-factor authentication. Exposing it on the i
Open the `speedtest.subdomain.conf` file:
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/speedtest.subdomain.conf
sudo nano /docker/swag/config/nginx/proxy-confs/speedtest.subdomain.conf
```
Configure it like this:
@@ -195,10 +195,10 @@ In Swags config folders, create `beszel.subdomain.conf`.
::
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/beszel.subdomain.conf
sudo nano /docker/swag/config/nginx/proxy-confs/beszel.subdomain.conf
```
Press `i` to enter insert mode and paste:
Paste:
```nginx
## Version 2023/12/19
@@ -244,7 +244,7 @@ server {
}
```
Press `Esc`, type `:x`, and hit `Enter` to save and exit.
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
Thats it—Beszel is now exposed!
@@ -134,9 +134,9 @@ In the Swag folders, create the file `upsnap.subdomain.conf`.
::
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/upsnap.subdomain.conf
sudo nano /docker/swag/config/nginx/proxy-confs/upsnap.subdomain.conf
```
Enter edit mode by pressing `i`, and paste the following configuration:
And paste the following configuration:
```nginx
## Version 2023/12/19
@@ -189,7 +189,7 @@ server {
}
```
Press `Escape`, then save and exit by typing `:x` and pressing `Enter`.
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
And thats it — youve exposed UpSnap!