diff --git a/_includes/sections/password-managers.html b/_includes/sections/password-managers.html index 0b2beaf2..5641edf0 100644 --- a/_includes/sections/password-managers.html +++ b/_includes/sections/password-managers.html @@ -67,6 +67,23 @@ googleplay="https://play.google.com/store/apps/details?id=com.lesspass.android" %} +{% + include cardv2.html + title="Pass - Self-Host" + image="/assets/img/svg/3rd-party/pass.svg" + description="Pass is a very simple password store that keeps passwords using gpg2 encrypted files inside a simple directory tree residing at ~/.password-store. It has a simple terminal interface where the user can perform the usual actions, and some plugins can be installed for extra functionalities." + website="https://www.passwordstore.org/" + github="hhttps://git.zx2c4.com/password-store" + windows="https://www.passwordstore.org/" + mac="https://www.passwordstore.org/" + linux="https://www.passwordstore.org/" + firefox="https://addons.mozilla.org/en-US/firefox/addon/passff/" + chrome="https://chrome.google.com/webstore/detail/browserpass/naepdomgkenhinolocfifgehidddafch" + fdroid="https://f-droid.org/packages/com.zeapo.pwdstore" + googleplay="https://play.google.com/store/apps/details?id=dev.msfjarvis.aps" + ios="https://mssun.github.io/passforios/" +%} +