Better sh hl
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user