mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added gopass notes to the knowledge base
This commit is contained in:
32
knowledge base/gopass.md
Normal file
32
knowledge base/gopass.md
Normal 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
|
||||
@@ -1,4 +1,4 @@
|
||||
# fwupd
|
||||
# Fwupd
|
||||
|
||||
## TL;DR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user