mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Use source name from config file for integration endpoint uploads
Fixes: #389
This commit is contained in:
@ -73,6 +73,10 @@ docspell.server {
|
||||
# The priority to use when submitting files through this endpoint.
|
||||
priority = "low"
|
||||
|
||||
# The name used for the item "source" property when uploaded
|
||||
# through this endpoint.
|
||||
source-name = "integration"
|
||||
|
||||
# IPv4 addresses to allow access. An empty list, if enabled,
|
||||
# prohibits all requests. IP addresses may be specified as simple
|
||||
# globs: a part marked as `*' matches any octet, like in
|
||||
|
Reference in New Issue
Block a user