diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-03 17:11:30 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-03 17:11:30 +0200 |
| commit | 9d6c353c5ef82f862ad06ef84b13e65567997201 (patch) | |
| tree | 6964f2a252a40eaf8e11177ed50e060384da7a86 /example.env | |
| parent | 7b555bdc207dc18e93f611e63f1086a930a18817 (diff) | |
| download | net_services-9d6c353c5ef82f862ad06ef84b13e65567997201.tar.gz net_services-9d6c353c5ef82f862ad06ef84b13e65567997201.zip | |
misc: better example.env
Diffstat (limited to 'example.env')
| -rw-r--r-- | example.env | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/example.env b/example.env index df92ee9..c93f1c1 100644 --- a/example.env +++ b/example.env @@ -5,21 +5,15 @@ HOST__HTTP_PORT=80 # HTTPS port published by the host HOST__HTTPS_PORT=443 -# Directory containing the TLS certificate/key pair named -# `server.crt`/`server.key` -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 - -# Directory containing the `.htpasswd` file with the encrypted credentials of the -# Radicale users. -HOST__RADICALE_USERS_DIR=/home/USER/.local/net_services/radicale - +# Host TLS certificate/key directory +HOST__SECRET_DIR=/home/USER/.local/share/net_services/certs +# Host git directory +HOST__GIT_REPO_DIR=/home/USER/.local/share/net_services/git +# See <https://git.tvcloud.fr/cgit/tree/readme.md> +HOST__CGITRC_DIR=/home/USER/.local/share/net_services/cgit/cgitrc +HOST__CGIT_FILTER_DIR=/home/USER/.local/share/net_services/cgit/filter +HOST__CGIT_ABOUT_DIR=/home/USER/.local/share/net_services/cgit/about +# Directory for Radicale .htpasswd +HOST__RADICALE_USERS_DIR=/home/USER/.local/share/net_services/radicale # Directory for Syncthing shared folders -HOST__SYNC_DIR=/home/USER/.local/net_services/syncthing +HOST__SYNC_DIR=/home/USER/.local/share/net_services/syncthing |
