Node learning project. KeePass lookup service.
- Clone to anywhere
- Edit
config/user.jsonfollowing example ofuser.example.json - Start server by
npm start - Exit server by
npm exit
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,:fieldis optional, default to return full entry- more...
- switch between multiple databases
- encryption
- more cli commands
- web front-end