secrets: add paperless password
To be used as a fallback.
This commit is contained in:
parent
87613a9163
commit
5ae7b593e4
|
@ -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;
|
||||
|
||||
|
|
BIN
secrets/paperless/password.txt
Normal file
BIN
secrets/paperless/password.txt
Normal file
Binary file not shown.
Loading…
Reference in a new issue