Skip to content

Commit

Permalink
docs: Document support for the passage password manager
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Nov 14, 2023
1 parent d9cb6b0 commit 5754e60
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions assets/chezmoi.io/docs/reference/templates/pass-functions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,15 @@

The `pass` template functions return passwords stored in
[pass](https://www.passwordstore.org/) using the pass CLI (`pass`).

!!! hint

To use a pass-compatible password manager like
[passage](https://github.com/FiloSottile/passage), set `pass.command` to
the name of the binary and use chezmoi's `pass*` template functions as if
you were using pass.

```toml title="~/.config/chezmoi/chezmoi.toml"
[pass]
command = "passage"
```
9 changes: 5 additions & 4 deletions assets/chezmoi.io/docs/what-does-chezmoi-do.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ Nothing leaves your machine, unless you want it to. Your configuration remains
in a git repo under your control. You can write the configuration file in the
format of your choice. chezmoi can retrieve secrets from
[1Password](https://1password.com/), [AWS Secrets
Manager](https://aws.amazon.com/secrets-manager/),
[Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/),
Manager](https://aws.amazon.com/secrets-manager/), [Azure Key
Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/),
[Bitwarden](https://bitwarden.com/), [Dashlane](https://www.dashlane.com/),
[Doppler](https://www.doppler.com), [gopass](https://www.gopass.pw/),
[HCP Vault Secrets](https://developer.hashicorp.com/hcp/docs/vault-secrets),
[Doppler](https://www.doppler.com), [gopass](https://www.gopass.pw/), [HCP Vault
Secrets](https://developer.hashicorp.com/hcp/docs/vault-secrets),
[KeePassXC](https://keepassxc.org/), [Keeper](https://www.keepersecurity.com/),
[LastPass](https://lastpass.com/), [pass](https://www.passwordstore.org/),
[passage](https://github.com/FiloSottile/passage),
[passhole](https://github.com/Evidlo/passhole),
[Vault](https://www.vaultproject.io/), Keychain,
[Keyring](https://wiki.gnome.org/Projects/GnomeKeyring), or any command-line
Expand Down

0 comments on commit 5754e60

Please sign in to comment.