An open API service indexing awesome lists of open source software.

https://github.com/aclzz/keystore-server

Self-hosted password-manager server
https://github.com/aclzz/keystore-server

keymanager password-manager self-hosted server

Last synced: 9 months ago
JSON representation

Self-hosted password-manager server

Awesome Lists containing this project

README

          

# Keystore
## Server side



## What is Keystore?
It is server side of keystore -- simple self-hosted key storage
You can run server on your local network and don't be afraid of password leaks.

## How to install it?
Firstly, I highly recommend you go to config section before install, cause config effects on installation.
Just install go and build server in few seconds with make.

```
~ » sudo pacman -S go git make postgresql --noconfirm
~ » sudo systemctl start postgresql
~ » git clone https://github.com/ACLzz/keystore-server.git
~ » make setup_bin
```

If all ok, binary must be at `bin` folder.
!!! Don't forget to copy .env file (./bin/.env) if you will move binary of server

## Docker
You can use docker image for keystore, just run with root:
```
~ » make setup_docker
```

## How to use it?
Keystore has an http API, so all communications goes through that API.

Keystore has official client Keywarden

For a documentation about API methods go here.

## Logs
Logs are stores in `~/.kss/logs` folder