mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
@ -739,6 +739,7 @@ Docpell Update Check
|
||||
access-key = "username"
|
||||
secret-key = "password"
|
||||
bucket = "docspell"
|
||||
region = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -60,7 +60,7 @@ object ConfigFile {
|
||||
cfg => cfg.updateCheck.enabled && cfg.updateCheck.subject.els.isEmpty,
|
||||
"No subject given for enabled update check!"
|
||||
),
|
||||
Validation(cfg => cfg.files.validate.map(_ => cfg)),
|
||||
Validation(cfg => cfg.files.validate.map(f => cfg.copy(files = f))),
|
||||
Validation.failWhen(
|
||||
cfg =>
|
||||
cfg.fullTextSearch.enabled &&
|
||||
|
Reference in New Issue
Block a user