Added gopass notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-04-17 20:23:01 +02:00
parent bfd3f8d7f2
commit 6c040dee82
2 changed files with 33 additions and 1 deletions

32
knowledge base/gopass.md Normal file
View File

@@ -0,0 +1,32 @@
# Gopass
## TL;DR
```shell
gopass init
# multistore init
gopass init --store private --path ~/.password-store.private
gopass init --store work --path ~/.password-store.work
```
## Browsers integration
### Browserpass
```shell
brew tap amar1729/formulae
brew install browserpass
for b in chromium chrome vivaldi brave firefox; do
PREFIX='/usr/local/opt/browserpass' make hosts-chrome-user -f /usr/local/opt/browserpass/lib/browserpass/Makefile
done
```
## Further readings
- GoPass [features]
- [BrowserPass extension installation guide]
[features]: https://github.com/gopasspw/gopass/blob/master/docs/features.md
[browserpass extension installation guide]: https://github.com/browserpass/browserpass-extension#installation

View File

@@ -1,4 +1,4 @@
# fwupd
# Fwupd
## TL;DR