diff --git a/modules/microsite/docs/doc/configure.md b/modules/microsite/docs/doc/configure.md index b2a89128..ffcdc553 100644 --- a/modules/microsite/docs/doc/configure.md +++ b/modules/microsite/docs/doc/configure.md @@ -46,8 +46,10 @@ The `url` is the connection to the database. It must start with database used: it is either a path to a file for H2 or a host/database url for MariaDB and PostgreSQL. -When using H2, the user is `sa`, the password can be empty and the url -must include these options: +When using H2, the user and password can be chosen freely on first +start, but must stay the same on subsequent starts. Usually, the user +is `sa` and the password is left empty. Additionally, the url must +include these options: ``` ;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE;AUTO_SERVER=TRUE diff --git a/modules/microsite/docs/doc/joex.md b/modules/microsite/docs/doc/joex.md index efc9c9e4..974621e5 100644 --- a/modules/microsite/docs/doc/joex.md +++ b/modules/microsite/docs/doc/joex.md @@ -96,7 +96,7 @@ docspell.joex { } ``` -The `pool-size` setting deterimens how many jobs run in parallel. You +The `pool-size` setting determines how many jobs run in parallel. You need to play with this setting on your machine to find an optimal value. diff --git a/modules/microsite/docs/doc/processing.md b/modules/microsite/docs/doc/processing.md index f02a7e17..9051873f 100644 --- a/modules/microsite/docs/doc/processing.md +++ b/modules/microsite/docs/doc/processing.md @@ -27,8 +27,9 @@ you click on the small file symbol on finished jobs, you can inspect its log messages again. A running job displays the job executor id that executes the job. -Currently the job queue executes just the document processing tasks, -but it may be used for other long running tasks in the future. +The jobs listed here are all long-running tasks for your collective. +Most of the time it executes the document processing tasks. But user +defined tasks, like "import mailbox", are also visible here. Since job executors are shared among all collectives, it may happen that a job is some time waiting until it is picked up by a job diff --git a/modules/microsite/docs/doc/scanmailbox.md b/modules/microsite/docs/doc/scanmailbox.md index d8d6b4e9..30fe8454 100644 --- a/modules/microsite/docs/doc/scanmailbox.md +++ b/modules/microsite/docs/doc/scanmailbox.md @@ -39,7 +39,7 @@ connection](emailsettings#imap-settings) to use. A list of folders is required. Docspell will only look into these folders. You can specify multiple folders. The "Inbox" folder is a -special folder, which will usually appear translated in you web-mail +special folder, which will usually appear translated in your web-mail client. You can specify "INBOX" case insensitive, it will then read mails in your inbox. Any other folder is usually case-sensitive (depends on the imap server, but usually they are case sensitive