secrets: add paperless password

To be used as a fallback.
This commit is contained in:
Bruno BELANYI 2021-08-30 20:33:27 +02:00
parent 87613a9163
commit 5ae7b593e4
2 changed files with 4 additions and 1 deletions

View file

@ -56,7 +56,10 @@ throwOnCanary {
nextcloud.password = fileContents ./nextcloud/password.txt;
paperless.secretKey = fileContents ./paperless/secretKey.txt;
paperless = {
password = fileContents ./paperless/password.txt;
secretKey = fileContents ./paperless/secretKey.txt;
};
podgrab.password = fileContents ./podgrab/password.txt;

Binary file not shown.