mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-05 22:55:58 +00:00
Provide admin endpoint section in the config by docker setup
This commit is contained in:
parent
180b8b3969
commit
73b86e00f0
@ -34,6 +34,17 @@ docspell.server {
|
|||||||
header-value = ${?DOCSPELL_HEADER_VALUE}
|
header-value = ${?DOCSPELL_HEADER_VALUE}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# This is a special endpoint that allows some basic administration.
|
||||||
|
#
|
||||||
|
# This is used for some endpoints, for example:
|
||||||
|
# - re-create complete fulltext index:
|
||||||
|
# curl -XPOST -H'Docspell-Admin-Secret: xyz' http://localhost:7880/api/v1/admin/fts/reIndexAll
|
||||||
|
admin-endpoint {
|
||||||
|
# The secret. If empty, the endpoint is disabled.
|
||||||
|
secret = ""
|
||||||
|
}
|
||||||
|
|
||||||
# Configuration of the full-text search engine.
|
# Configuration of the full-text search engine.
|
||||||
full-text-search {
|
full-text-search {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user