Add support for integrating into nix/nixos

This commit is contained in:
Eike Kettner
2020-01-19 22:53:58 +01:00
parent 2454f358b1
commit 23af8acff8
9 changed files with 929 additions and 5 deletions

View File

@ -23,7 +23,7 @@ docspell.server {
# The secret for this server that is used to sign the authenicator
# tokens. If multiple servers are running, all must share the same
# secret. You can use base64 or hex strings (prefix with b64: and
# hex:, respectively)
# hex:, respectively).
server-secret = "hex:caffee"
# How long an authentication token is valid. The web application
@ -68,9 +68,10 @@ docspell.server {
}
files {
# Defines the chunk size used to store bytes. This will affect
# the memory footprint when uploading and downloading files. At
# most this amount is loaded into RAM for down- and uploading.
# Defines the chunk size (in bytes) used to store the files.
# This will affect the memory footprint when uploading and
# downloading files. At most this amount is loaded into RAM for
# down- and uploading.
#
# It also defines the chunk size used for the blobs inside the
# database.