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:
@ -19,15 +19,15 @@ _UI Settings_. Among other things, there is a _Item Cards_ section:
|
||||
This defines how many of the item notes to display in the card. You
|
||||
can set it to `0` to not show any notes at all. This is only a "soft
|
||||
limit", there is also a "hard limit" in [docspell's
|
||||
configuration](@/docs/configure/_index.md#rest-server) (see `max-note-length`),
|
||||
that is an upper limit to this value.
|
||||
configuration](@/docs/configure/main.md#rest-server) (see
|
||||
`max-note-length`), that is an upper limit to this value.
|
||||
|
||||
### Size of item preview
|
||||
|
||||
The item preview is an image of the first page of the first
|
||||
attachment. You can change the order of attachments in the item detail
|
||||
view. This image has a predefined size, which is specified [docspell's
|
||||
configuration](@/docs/configure/_index.md#joex) (see
|
||||
configuration](@/docs/configure/main.md#joex) (see
|
||||
`extraction.preview.dpi`). The size for displaying it, can be
|
||||
specified via this setting. A _small_ preview uses about 80px width, a
|
||||
_medium_ one 160px and _large_ means to use the available space in the
|
||||
|
@ -191,9 +191,9 @@ file to look for duplicates, too.
|
||||
|
||||
Docspell will go through all folders and download mails in “batches”.
|
||||
This size can be set by the admin in the [configuration
|
||||
file](@/docs/configure/_index.md#joex) and applies to all these tasks
|
||||
(same for all users). This batch only contains the mail headers and
|
||||
not the complete mail.
|
||||
file](@/docs/configure/main.md#joex) and applies to all these
|
||||
tasks (same for all users). This batch only contains the mail headers
|
||||
and not the complete mail.
|
||||
|
||||
Then each mail is downloaded completely one by one and converted into
|
||||
an [eml](https://en.wikipedia.org/wiki/Email#Filename_extensions) file
|
||||
|
@ -11,7 +11,8 @@ Docspell has built-in support for two-factor (2FA) authentication
|
||||
using
|
||||
[TOTP](https://en.wikipedia.org/wiki/Time-based_One-Time_Password)s.
|
||||
For anything more, consider a dedicated account management tool and
|
||||
[OpenID Connect](@/docs/configure/_index.md#openid-connect-oauth2).
|
||||
[OpenID
|
||||
Connect](@/docs/configure/authentication.md#openid-connect-oauth2).
|
||||
|
||||
## Setup
|
||||
|
||||
@ -65,7 +66,7 @@ client](@/docs/tools/cli.md) to execute an admin command that removes
|
||||
2FA for a given user.
|
||||
|
||||
For this to work, you need to [enable the admin
|
||||
endpoint](@/docs/configure/_index.md#admin-endpoint). Then execute the
|
||||
endpoint](@/docs/configure/admin-endpoint.md). Then execute the
|
||||
`disable-2fa` admin command and specify the complete account.
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user