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

@ -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:

View File

@ -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 Nextclouds 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 Swags folders, create the file `nextcloud.subdomain.conf`:
```shell
```sh
sudo vi /docker/swag/config/nginx/proxy-confs/nextcloud.subdomain.conf
```