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
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -100,7 +100,7 @@ Inside the Swag folders, create the file `tools.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/tools.subdomain.conf
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user