mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Download multiple files as zip
This commit is contained in:
@ -90,6 +90,15 @@ docspell.server {
|
||||
}
|
||||
}
|
||||
|
||||
# Settings for "download as zip"
|
||||
download-all {
|
||||
# How many files to allow in a zip.
|
||||
max-files = 500
|
||||
|
||||
# The maximum (uncompressed) size of the zip file contents.
|
||||
max-size = 1400M
|
||||
}
|
||||
|
||||
# Configures OpenID Connect (OIDC) or OAuth2 authentication. Only
|
||||
# the "Authorization Code Flow" is supported.
|
||||
#
|
||||
|
Reference in New Issue
Block a user