secrets: add paperless password
To be used as a fallback.
This commit is contained in:
parent
da4595cd39
commit
197f371ca9
|
@ -56,7 +56,10 @@ throwOnCanary {
|
||||||
|
|
||||||
nextcloud.password = fileContents ./nextcloud/password.txt;
|
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;
|
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