Better sh hl
This commit is contained in:
@ -19,7 +19,7 @@ main:
|
||||
---
|
||||
Folder structure
|
||||
|
||||
```console
|
||||
```sh
|
||||
root
|
||||
└── docker
|
||||
└── immich
|
||||
@ -96,7 +96,7 @@ In the SWAG folders, create a file named `immich.subdomain.conf`.
|
||||
:::
|
||||
::
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo vi /docker/swag/config/nginx/proxy-confs/immich.subdomain.conf
|
||||
```
|
||||
Press `i` to enter insert mode, then paste the following configuration:
|
||||
|
@ -25,7 +25,7 @@ main:
|
||||
|
||||
File structure:
|
||||
|
||||
```console
|
||||
```sh
|
||||
root
|
||||
└── docker
|
||||
└── nextcloud
|
||||
@ -63,7 +63,7 @@ services:
|
||||
|
||||
Find your `PUID` and `GUID` by running the following command:
|
||||
|
||||
```shell
|
||||
```sh
|
||||
id username
|
||||
```
|
||||
|
||||
@ -125,7 +125,7 @@ In Nextcloud’s files, edit the `config.php` file:
|
||||
✨ __Tip:__ You can use [File Browser](/serveex/files/file-browser) to navigate and edit files instead of using terminal commands.
|
||||
::
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo vi /docker/nextcloud/config/www/nextcloud/config/config.php
|
||||
```
|
||||
|
||||
@ -151,7 +151,7 @@ Press `Esc`, then save and exit by typing `:x` and hitting Enter.
|
||||
|
||||
In Swag’s folders, create the file `nextcloud.subdomain.conf`:
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo vi /docker/swag/config/nginx/proxy-confs/nextcloud.subdomain.conf
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user