Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.22 KB

keepass-vault-sync

Go Report Card container build go test golangci-lint

Simple little utility that syncs certain groups from a keepass db to a path in vault.

install

golang

go install github.com/kaiehrhardt/keepass-vault-sync@latest

docker

docker pull ghcr.io/kaiehrhardt/keepass-vault-sync:edge

getting started

VAULT_TOKEN="{your_vault_token}" VAULT_ADDR="{your_vault_addr}" keepass-vault-sync \
  -f {name}.kdbx \
  -g {group1_name},{group2_name} \
  -p {keepass_db_pass}