mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add more instructions regarding docs/keyring.rst. (#624)
* Add more instructions regarding `docs/keyring.rst`. Add minimal explanation for using external password manger named `pass` to automatically safely and fetch the password. * Some fixups
This commit is contained in:
parent
9e1adf877e
commit
34dc84c29f
1 changed files with 7 additions and 0 deletions
|
|
@ -38,6 +38,13 @@ You can fetch the username as well::
|
|||
|
||||
Or really any kind of parameter in a storage section.
|
||||
|
||||
With pass_ for example, you might find yourself writing something like this in
|
||||
your configuration file::
|
||||
|
||||
password.fetch = ["command", "pass", "caldav"]
|
||||
|
||||
.. _pass: https://www.passwordstore.org/
|
||||
|
||||
Accessing the system keyring
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue