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

@ -21,7 +21,7 @@ main:
---
Folder structure
```console
```sh
root
└── docker
└── gitea
@ -110,7 +110,7 @@ Inside the Swag folders, create the file `gitea.subdomain.conf`.
__Tip:__ You can use [File Browser](/serveex/files/file-browser) to navigate and edit your files instead of using terminal commands.
::
```shell
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/gitea.subdomain.conf
```
Press `i` to enter edit mode and paste the configuration below:
@ -176,7 +176,7 @@ Press `Esc`, then save and exit by typing `:x` and hitting `Enter`.
Now open the `app.ini` file from the container's file system:
```shell
```sh
sudo vi /docker/gitea/data/gitea/conf/app.ini
```