AnonKey is a zero-knowledge password manager, designed for self hosting.
The frontend application can be found here: https://github.com/Jannik-Hm/AnonKey-Frontend
Installation instructions, Concepts and migration steps are detailed in the Wiki: https://github.com/LightJack05/AnonKey-Backend/wiki
(The project is currently Work-In-Progress, please don't expect everything to work as intended immediately.)
Our documentation is built using doxygen and graphviz. If you would like to build documentation for code and classes as an HTML website, install doxygen and graphviz (dot) and run this in the repo folder:
make docs
The Swagger API docs can be accessed by running the AnonKey Backend in debug mode, at the /swagger
path.
Run:
make run
then visit http://localhost:5000/swagger in your browser.