codenoid / Danilla

Secret Management written in Elixir based on Mnesia & ETS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Install Elixir (Official Tutorial)
  2. run git clone https://github.com/codenoid/Danilla
  3. run cd Danilla && mix deps.get (install phoenix, etc)
  4. mix phx.server
  5. Go to http://localhost:4000

Default Auth is :

Username : admin
Password : admin123

API Usage

http://localhost:4000/api/single?key=secret-key

Screenshot

alt text

alt text

Ready to run in production? Please check our deployment guides.

Learn more about phoenix

About

Secret Management written in Elixir based on Mnesia & ETS


Languages

Language:CSS 80.4%Language:Elixir 11.0%Language:HTML 4.8%Language:JavaScript 3.7%