diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-13 06:27:59 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-13 08:16:09 +0100 |
| commit | e0a100cae20fca18519829952d659d94a9855b80 (patch) | |
| tree | 90893d027b5b02ee81b23387b8a565b9ea4054a0 /example.env | |
| parent | 3561b6d86c329272b1825adaf3ca49c9aff76119 (diff) | |
| download | net_services-e0a100cae20fca18519829952d659d94a9855b80.tar.gz net_services-e0a100cae20fca18519829952d659d94a9855b80.zip | |
Diffstat (limited to 'example.env')
| -rw-r--r-- | example.env | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/example.env b/example.env index 0ce131f..df92ee9 100644 --- a/example.env +++ b/example.env @@ -6,8 +6,7 @@ HOST__HTTP_PORT=80 HOST__HTTPS_PORT=443 # 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 +# `server.crt`/`server.key` HOST__SECRET_DIR=/home/USER/.local/net_services/certs # Directory containing Git repositories @@ -21,3 +20,6 @@ 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 + +# Directory for Syncthing shared folders +HOST__SYNC_DIR=/home/USER/.local/net_services/syncthing |
