mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Reorganize docs about configuration
This commit is contained in:
@ -59,7 +59,7 @@ via the header `Docspell-Share-Auth`.
|
||||
|
||||
Docspell can be configured to be a relying party for OpenID Connect.
|
||||
Please see [the config
|
||||
section](@/docs/configure/_index.md#openid-connect-oauth2) for
|
||||
section](@/docs/configure/authentication.md#openid-connect-oauth2) for
|
||||
details.
|
||||
|
||||
|
||||
@ -80,7 +80,7 @@ $ curl -XPOST -H "Docspell-Admin-Secret: test123" http://localhost:7880/api/v1/a
|
||||
```
|
||||
|
||||
To enable these endpoints, you must provide a secret in the
|
||||
[configuration](@/docs/configure/_index.md#admin-endpoint).
|
||||
[configuration](@/docs/configure/admin-endpoint.md).
|
||||
|
||||
## Live Api
|
||||
|
||||
|
@ -163,7 +163,7 @@ on the same host or network).
|
||||
|
||||
The endpoint is disabled by default, an admin must change the
|
||||
`docspell.server.integration-endpoint.enabled` flag to `true` in the
|
||||
[configuration file](@/docs/configure/_index.md#rest-server).
|
||||
[configuration file](@/docs/configure/main.md#rest-server).
|
||||
|
||||
If queried by a `GET` request, it returns whether it is enabled and
|
||||
the collective exists.
|
||||
|
Reference in New Issue
Block a user