feat(paperless): configure consumption dir to work with ftp paperless-upload
This commit is contained in:
parent
717fcffcf4
commit
3dca1e757d
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ in
|
||||||
address = "localhost";
|
address = "localhost";
|
||||||
port = 28981;
|
port = 28981;
|
||||||
passwordFile = "/etc/nixos/secrets/paperless-password";
|
passwordFile = "/etc/nixos/secrets/paperless-password";
|
||||||
|
consumptionDir = "/home/paperless-upload";
|
||||||
settings = {
|
settings = {
|
||||||
PAPERLESS_DBHOST = "/run/postgresql";
|
PAPERLESS_DBHOST = "/run/postgresql";
|
||||||
PAPERLESS_DBNAME = "paperless";
|
PAPERLESS_DBNAME = "paperless";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue