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

@ -28,7 +28,7 @@ main:
Folder structure
```console
```sh
root
├── docker
│ └── code-server
@ -71,13 +71,13 @@ services:
Choose a password and generate its hash:
```shell
```sh
echo -n "yourpassword" | npx argon2-cli -e
```
Save the result carefully. Find your PUID and GUID with:
```shell
```sh
id yourusername
```
@ -158,7 +158,7 @@ Inside the Swag config folders, create the file `code.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/code.subdomain.conf
```