mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Merge branch 'current-docs'
This commit is contained in:
11
Changelog.md
11
Changelog.md
@ -73,6 +73,10 @@ state (the master branch). The `latest` tag points to the latest
|
||||
release. Each release is also tagged with its version number, like
|
||||
`v0.24.0`.
|
||||
|
||||
The images changed slightly in that there is no assumption on where
|
||||
the config file is placed. Now you need to pass the docspell config
|
||||
file explicitely when using the images.
|
||||
|
||||
Multiarch: Images are now build for `amd64`, `arm64` and `armv7`.
|
||||
|
||||
The consumedir is being replaced by the more generic `docspell/tools`
|
||||
@ -92,7 +96,10 @@ The docker-compose setup is now at `docker/docker-compose`. Please
|
||||
look at the new [compose
|
||||
file](https://github.com/eikek/docspell/blob/master/docker/docker-compose/docker-compose.yml)
|
||||
and do the corresponding changes at yours. Especially the consumedir
|
||||
container changed significantly.
|
||||
container changed significantly. Then due to the fact that the config
|
||||
file must be given explicitely, you need to add this argument to each
|
||||
docspell component (restserver and joex) via a `command` section (see
|
||||
the compose file referenced above).
|
||||
|
||||
The `.envrc` has been cleaned from some settings. Since the config
|
||||
files is mounted into the image, you can just edit this file instead.
|
||||
@ -924,7 +931,7 @@ improvements for processing files.
|
||||
upload the file into memory for nothing if something fails (e.g. the
|
||||
source doesn't exist)
|
||||
- Re-process files. A
|
||||
[route](https://docspell.org/openapi/docspell-openapi.html#api-Item-secItemItemIdReprocessPost)
|
||||
[route](https://docspell.org/openapi/docspell-openapi.html#operation/sec-item-start-reprocess)
|
||||
has been added that submits files for re-processing. It is possible
|
||||
to re-process some files of an item or all. There is no UI for this
|
||||
for now. You'd need to run `curl` or something manually to trigger
|
||||
|
Reference in New Issue
Block a user