Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uPass

A simple dockerize unix password manager using alpine as base.

Simply build the image and you can use it now on your own machine.

docker build --build-arg keyid=[gpg-id]:6: -t upass:latest .

Running the program.

docker run --rm -v [host-dir]/.password-store:/root/.password-store -it upass pass [command]

Powershell Alias Helper

function runPass {
    docker run --rm -v [host-dir-store]:/root/.password-store -it upass pass $args
}

set-alias pass runPass

About

Dockerize unix password manager.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages