From 8d2e597d5651bcc88675ce476a50533bae2ba3ac Mon Sep 17 00:00:00 2001 From: eikek Date: Mon, 22 Nov 2021 12:49:29 +0100 Subject: [PATCH 1/3] Some documentation corrections --- docker/docker-compose/docker-compose.yml | 1 + website/elm/GetStarted.elm | 4 +--- website/site/content/docs/webapp/metadata.md | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docker/docker-compose/docker-compose.yml b/docker/docker-compose/docker-compose.yml index 52036260..abb8e938 100644 --- a/docker/docker-compose/docker-compose.yml +++ b/docker/docker-compose/docker-compose.yml @@ -12,6 +12,7 @@ services: # - DOCSPELL_SERVER_ADMIN__ENDPOINT_SECRET # - DOCSPELL_SERVER_AUTH_SERVER__SECRET # - DOCSPELL_SERVER_INTEGRATION__ENDPOINT_HTTP__HEADER_HEADER__VALUE + # (use the same value at the consumedir container!) restserver: image: docspell/restserver:latest container_name: docspell-restserver diff --git a/website/elm/GetStarted.elm b/website/elm/GetStarted.elm index 95ad512c..17c1fb5a 100644 --- a/website/elm/GetStarted.elm +++ b/website/elm/GetStarted.elm @@ -28,9 +28,7 @@ getStarted version = $ docker-compose up -d ``` - The environment variable defines a secret that is shared between - some containers. You can define whatever you like. Please see the - [`consumedir.sh`](doc/tools/consumedir#docker) docs for additional + Please see the [`consumedir.sh`](doc/tools/consumedir#docker) docs for additional info. 4. Goto , signup and login. When signing up, choose the same name for collective and user. Then login diff --git a/website/site/content/docs/webapp/metadata.md b/website/site/content/docs/webapp/metadata.md index fb096641..ba17075b 100644 --- a/website/site/content/docs/webapp/metadata.md +++ b/website/site/content/docs/webapp/metadata.md @@ -135,8 +135,7 @@ language can also specified with each [upload request](@/docs/api/upload.md). Go to the *Collective Settings* page and click *Document -Language*. This will set the lanugage for all your documents. It is -not (yet) possible to specify it when uploading. +Language*. This will set the lanugage for all your documents. The language has effects in several areas: text extraction, fulltext search and text analysis. When extracting text from images, tesseract From ba78b9ff06f21cbef2d8ca46717a545f64210ac7 Mon Sep 17 00:00:00 2001 From: eikek Date: Mon, 22 Nov 2021 13:16:04 +0100 Subject: [PATCH 2/3] Fixing links in the getting started page --- website/elm/GetStarted.elm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/website/elm/GetStarted.elm b/website/elm/GetStarted.elm index 17c1fb5a..42748a2c 100644 --- a/website/elm/GetStarted.elm +++ b/website/elm/GetStarted.elm @@ -27,9 +27,6 @@ getStarted version = ```bash $ docker-compose up -d ``` - - Please see the [`consumedir.sh`](doc/tools/consumedir#docker) docs for additional - info. 4. Goto , signup and login. When signing up, choose the same name for collective and user. Then login with this name and the password. @@ -38,8 +35,8 @@ getStarted version = chose for the collective at registration) and place files in there for importing them. -The directory contains a file `docspell.conf` that you can -[modify](docs/configure) as needed. +The `docker-compose.yml` file defines some environment variables to +configure docspell. You can [modify](docs/configure) them as needed. """ ] , div [ class "content container" ] From adc70b98e1feb218e7ac4a9697e2c6277e4b1777 Mon Sep 17 00:00:00 2001 From: eikek Date: Tue, 30 Nov 2021 22:34:49 +0100 Subject: [PATCH 3/3] Clarify a limitation, since there is simple user management --- website/site/content/docs/features/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/site/content/docs/features/_index.md b/website/site/content/docs/features/_index.md index 58e5ab79..6f13e940 100644 --- a/website/site/content/docs/features/_index.md +++ b/website/site/content/docs/features/_index.md @@ -91,4 +91,4 @@ considering docspell at the moment. - Documents cannot be modified. - You can remove and add documents but there is no versioning. -- There are no user/groups nor permission management +- There is no fine grained permission management