https://github.com/codenoid/danilla
Secret Management written in Elixir based on Mnesia & ETS
https://github.com/codenoid/danilla
distributed-computing password secret-management vault
Last synced: 24 days ago
JSON representation
Secret Management written in Elixir based on Mnesia & ETS
- Host: GitHub
- URL: https://github.com/codenoid/danilla
- Owner: codenoid
- Created: 2019-05-06T07:17:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:42:57.000Z (about 3 years ago)
- Last Synced: 2024-10-19T16:26:18.443Z (over 1 year ago)
- Topics: distributed-computing, password, secret-management, vault
- Language: CSS
- Homepage:
- Size: 6.83 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://elixir-lang.org/install.html))
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


Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## 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