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

dearrrfish/keepass-service-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KSAPI - KeePass Service API

Node learning project. KeePass lookup service.

Usage:

  • Clone to anywhere
  • Edit config/user.json following example of user.example.json
  • Start server by npm start
  • Exit server by npm exit

API

Endpoint-base: host:port/api/:secret

  • /cache/update - reload and update KeePass database into cache
  • /search/:query - search by formatted query string, e.g. "aws title:google url:amazon.com"
  • /get/:uuid/:field - get entry information, :field is optional, default to return full entry
  • more...

TODO

  • switch between multiple databases
  • encryption
  • more cli commands
  • web front-end

About

KeePass lookup service, node based.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published