Danilla
Secret Management written in Elixir based on Mnesia & ETS
Not Public-Production Ready (yet) !
This application primarily used for distributing Secret (not to secure it | yet)
Usage
- Install Elixir (Official Tutorial)
- run
git clone https://github.com/codenoid/Danilla
- run
cd Danilla && mix deps.get
(install phoenix, etc) - mix phx.server
- Go to http://localhost:4000
Default Auth is :
Username : admin
Password : admin123
API Usage
http://localhost:4000/api/single?key=secret-key
Screenshot
Ready to run in production? Please check our deployment guides.
Learn more about phoenix
- Official website: http://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix