Skip to content

SakiiR/keehost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeeHost

A Self Hosted Password Handler API

Introduction

KeeHost is a self hostable API, it works with Python EVE and store your password in one place. Forget the multi client synchronization, everything is encrypted in the cloud.

Configuration

Just run configure.sh then edit configuration files in the config/ directory

Deployment

You can deploy the API thanks to the docker-compose.yml but don't forget to configure the application correctly !

MONGO_HOST = 'mongo'
KEEHOST_URL = 'http:https://keehost_api:1337'

After the deployment, an nginx will be running on port 80 exposed on host port 8080 (e.g see docker-compose.yml).

This nginx server is used as proxy pass to redirect all the request on the good service.

Example:

$ curl 'http:https://localhost:8080/auth/login'

$ curl 'http:https://localhost:8080/api/entries'

Releases

No releases published

Packages

No packages published