diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-12 21:24:22 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-13 01:57:39 +0100 |
| commit | 3561b6d86c329272b1825adaf3ca49c9aff76119 (patch) | |
| tree | fb8bd4148a7ddca115878b96326a6d6c96c6776f /example.env | |
| parent | 6c22a6e48e8ff49a69434eca7a7b78158576cb7b (diff) | |
| download | net_services-3561b6d86c329272b1825adaf3ca49c9aff76119.tar.gz net_services-3561b6d86c329272b1825adaf3ca49c9aff76119.zip | |
Refactor
- Remove cgit files; pull cgit image from Docker Hub instead of building
locally
- Tidy up file hierarchy
- Minor fixes and edits
Diffstat (limited to 'example.env')
| -rw-r--r-- | example.env | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/example.env b/example.env index 6bf613f..0ce131f 100644 --- a/example.env +++ b/example.env @@ -1,10 +1,23 @@ +# Hostname to access the device; e.g. localhost, tvcloud.fr +NGINX__HOST=localhost +# HTTP port published by the host HOST__HTTP_PORT=80 +# HTTPS port published by the host HOST__HTTPS_PORT=443 -HOST__CERT_DIR=/home/USER/.local/net_services/certs + +# Directory containing the TLS certificate/key pair named +# `server.crt`/`server.key` as well as a `.htpasswd` file with the encrypted +# credentials to access logseq +HOST__SECRET_DIR=/home/USER/.local/net_services/certs + +# Directory containing Git repositories HOST__GIT_REPO_DIR=/home/USER/.local/net_services/git + +# https://git.tvcloud.fr/cgit/tree/readme.md HOST__CGITRC_DIR=/home/USER/.local/net_services/cgit/cgitrc HOST__CGIT_FILTER_DIR=/home/USER/.local/net_services/cgit/filter HOST__CGIT_ABOUT_DIR=/home/USER/.local/net_services/cgit/about -HOST__RADICALE_USERS_DIR=/home/USER/.local/net_services/radicale -NGINX__HOST=localhost +# Directory containing the `.htpasswd` file with the encrypted credentials of the +# Radicale users. +HOST__RADICALE_USERS_DIR=/home/USER/.local/net_services/radicale |
