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
@@ -101,10 +101,10 @@ Restart the stack by clicking "deploy" and wait for SWAG to fully initialize.
In the Swag folders, create the file `files.subdomain.conf`.
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/files.subdomain.conf
sudo nano /docker/swag/config/nginx/proxy-confs/files.subdomain.conf
```
Enter insert mode by pressing `i`, and paste the following configuration:
And paste the following configuration:
```nginx
## Version 2023/12/19
@@ -156,7 +156,7 @@ server {
}
```
Press `Esc`, then save and exit with `:x` followed by `Enter`.
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
Thats it—File Browser is now exposed!
+3 -3
View File
@@ -122,9 +122,9 @@ __Tip:__ you can use [File Browser](/serveex/files/file-browser) to browse your
::
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/pingvin.subdomain.conf
sudo nano /docker/swag/config/nginx/proxy-confs/pingvin.subdomain.conf
```
Press `i` to enter edit mode and paste the configuration below:
Paste the configuration below:
```nginx
## Version 2023/12/19
@@ -178,7 +178,7 @@ server {
```
Press `Escape`, then save and quit by typing `:x` and pressing `Enter`.
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
That's it, you've exposed Pingvin!