Clarify zip password file diagnostics

This commit is contained in:
2026-05-15 08:22:17 +08:00
parent 0730eb1d01
commit 209420f60d
3 changed files with 28 additions and 2 deletions

View File

@@ -24,7 +24,10 @@ VAULT_PASS_URL=""
# Method: archive
# Password-protected zip path defaults to secrets/vault-pass.txt.zip.
# Put zip password in a local file when possible. Safer than putting it inline.
# Put the ZIP ARCHIVE PASSWORD in a local plaintext file when possible.
# This must be a small text file containing only the zip password.
# Do NOT point this to secrets/vault-pass.txt.zip, ~/.config/vault-pass.txt,
# a private key, or any binary/archive file.
VAULT_PASS_ZIP_PASSWORD_FILE=""
# Method: archive fallback