From 341745a1c8e986f3f3cbead1de274bfc2eeecd04 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 27 Nov 2021 21:33:41 +0100 Subject: [PATCH] Create README.md --- paperless_ng/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 paperless_ng/README.md diff --git a/paperless_ng/README.md b/paperless_ng/README.md new file mode 100644 index 000000000..77b1872bf --- /dev/null +++ b/paperless_ng/README.md @@ -0,0 +1,13 @@ +Options can be configured : +```yaml +GUID: user +GPID: user +ocrlang: Any language can be set from this page (always three letters) [here](https://tesseract-ocr.github.io/tessdoc/Data-Files#data-files-for-version-400-november-29-2016). +localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... +networkdisks: "" # list of smbv2/3 servers to mount (optional) +cifsusername: "username" # smb username (optional) +cifspassword: "password" # smb password (optional) +CONFIG_LOCATION : Custom env variables : can be added to the config.yaml file referenced in the addon options. Full env variables can be found here : https://github.com/linuxserver/docker-paperless-ng. It must be entered in a valid yaml format, that is verified at launch of the addon. +``` + +