From f99b260f78aff5b3cfac77546d983113738a0781 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 28 Nov 2021 15:02:54 +0100 Subject: [PATCH] Update README.md --- paperless_ng/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/paperless_ng/README.md b/paperless_ng/README.md index d6b073fb9..dea59d844 100644 --- a/paperless_ng/README.md +++ b/paperless_ng/README.md @@ -1,4 +1,5 @@ -Options can be configured : +Options can be configured through two ways : +- Addon options ```yaml GUID: user GPID: user @@ -6,7 +7,7 @@ localdisks: sda1 #put the hardware name of your drive to mount separated by comm 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. +CONFIG_LOCATION : Location of the config.yaml (see below) ``` - - +- Config.yaml +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.