Add given password for docker-credential-helpers/Z2hjci5pbw==/ajhalili2006 to store.
Merge branch 'main' of ssh://git.sr.ht/~ajhalili2006/dotfiles-secrets
Save secret to dotenvx/secretstore: Edited with nano
@ajhalili2006/dotenv-secrets
Encrypted storage for secrets such as private keys and even as a workaround on
yadm <de>ncrypt
. Currently only @ajhalili2006 with his primary GPG key for
commits is being used to encrypt and decrypt secrets.
Install gopass
into your system via https://go.andreijiroh.xyz/gopass/install or
just run go install github.com/gopasspw/gopass@v1.15.14
if you have Golang installed.
Note that ~/.local/share/gopass/stores/root
is not included as a git submodule in the
dotfiles repo, so you need to clone it manually:
gopass clone ssh://git@git.sr.ht/~ajhalili2006/dotfiles-secrets
To ensure pass
is working, especially for using it as a vault for Docker
registry authenication:
# cd to $HOME first!
ln -s .local/share/gopass/stores/root .password-store
EDITOR="code --wait" gopass edit -c path/to/secret