add paperless-ngx docker stack

This commit is contained in:
Pim Kunis 2024-01-15 21:34:25 +01:00
parent b59026cb13
commit a341d0dd30
7 changed files with 156 additions and 14 deletions

View file

@ -13,6 +13,8 @@ let
"/forgejo"
"/kitchenowl/data"
"/syncthing/config"
"/paperless-ngx/data"
"/paperless-ngx/redisdata"
];
nfsExports = lib.strings.concatLines (
builtins.map
@ -73,6 +75,7 @@ in
authentication = ''
host nextcloud nextcloud all md5
host hedgedoc hedgedoc all md5
host paperless paperless all md5
'';
};
};