docs(help): remove clone causing small issues in hidden subtree

This commit is contained in:
Elian Doran
2025-09-12 12:43:47 +03:00
parent fc78f68fa7
commit 0e5e439f69
13 changed files with 71 additions and 81 deletions

View File

@@ -146,7 +146,7 @@ services:
### Shell Export Example
```sh
```
# Using either format
export TRILIUM_GENERAL_NOAUTHENTICATION=false
export TRILIUM_NETWORK_HTTPS=true

View File

@@ -27,7 +27,7 @@ keyPath=/[username]/.acme.sh/[hostname]/example.com.key
You can also review the [configuration](../../Advanced%20Usage/Configuration%20\(config.ini%20or%20e.md) file to provide all `config.ini` values as environment variables instead. For example, you can configure TLS using environment variables:
```sh
```
export TRILIUM_NETWORK_HTTPS=true
export TRILIUM_NETWORK_CERTPATH=/path/to/cert.pem
export TRILIUM_NETWORK_KEYPATH=/path/to/key.pem