Skip to content

magf/Lockbox.Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lockbox

Dead simple, centralized and secured storage for your credentials - hostable API.

Branch Build status
master master branch build status
develop develop branch build status

Quick start

Run docker container which requires an external MongoDB instance (e.g. running on localhost):

docker pull lockbox/lockbox.server
docker run -p 5000:5000 lockbox.server 

Or use the docker compose:

git clone https://github.com/Lockbox-stack/Lockbox.Server
docker-compose up

Open the web browser at http://localhost:5000 - Lockbox API should be up and running!

For more information please navigate to the main Lockbox repository.

About

Hostable Lockbox API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 54.3%
  • Shell 45.7%