mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update docs and screenshots
This commit is contained in:
@ -45,14 +45,14 @@ The URL can be any docspell url that accepts uploads without
|
||||
authentication. This is usually a [source
|
||||
url](@/docs/webapp/uploading.md#anonymous-upload). It is also possible
|
||||
to use the script with the [integration
|
||||
endpoint](@/docs/webapp/uploading.md#integration-endpoint).
|
||||
endpoint](@/docs/api/upload.md#integration-endpoint).
|
||||
|
||||
|
||||
## Integration Endpoint
|
||||
|
||||
When given the `-i` or `--integration` option, the script changes its
|
||||
behaviour slightly to work with the [integration
|
||||
endpoint](@/docs/webapp/uploading.md#integration-endpoint).
|
||||
endpoint](@/docs/api/upload.md#integration-endpoint).
|
||||
|
||||
First, if `-i` is given, it implies `-r` – so the directories are
|
||||
watched or traversed recursively. The script then assumes that there
|
||||
@ -121,7 +121,7 @@ directory, `./docs` in current directory, for new files. If a new file
|
||||
is detected, it is pushed to docspell.
|
||||
|
||||
This utilizes the [integration
|
||||
endpoint](@/docs/webapp/uploading.md#integration-endpoint), which is
|
||||
endpoint](@/docs/api/upload.md#integration-endpoint), which is
|
||||
enabled in the config file, to allow uploading documents for all
|
||||
collectives. A subfolder must be created for each registered
|
||||
collective. The docker containers are configured to use http-header
|
||||
|
@ -5,8 +5,8 @@ weight = 50
|
||||
+++
|
||||
|
||||
One possible use case for the [integration
|
||||
endpoint](@/docs/webapp/uploading.md#integration-endpoint) is a SMTP
|
||||
server that forwards all local mail to docspell. This way there is no
|
||||
endpoint](@/docs/api/upload.md#integration-endpoint) is a SMTP server
|
||||
that forwards all local mail to docspell. This way there is no
|
||||
periodic polling involved and documents (e-mails) get into docspell
|
||||
without delay.
|
||||
|
||||
@ -22,8 +22,8 @@ You need to own a domain and add the appropriate MX records to point
|
||||
to your server. In this document, the domain `test.org` is used.
|
||||
|
||||
You need to enable the [integration
|
||||
endpoint](@/docs/webapp/uploading.md#integration-endpoint) in the
|
||||
docspell configuration.
|
||||
endpoint](@/docs/api/upload.md#integration-endpoint) in the docspell
|
||||
configuration.
|
||||
|
||||
# Exim
|
||||
|
||||
|
Reference in New Issue
Block a user