~ajhalili2006/dotfiles-secrets

Encrypted secrets and a backup of my Vaultwarden vault via gopass
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

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~ajhalili2006/dotfiles-secrets
read/write
git@git.sr.ht:~ajhalili2006/dotfiles-secrets

You can also use your local clone with git send-email.

#@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.

#Setup

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

#Basics

  • Add or edit a secret using a code editor: EDITOR="code --wait" gopass edit -c path/to/secret
Do not follow this link