An open API service indexing awesome lists of open source software.

https://github.com/lanthora/cacao

Candy Server with WebUI
https://github.com/lanthora/cacao

Last synced: 5 months ago
JSON representation

Candy Server with WebUI

Awesome Lists containing this project

README

          

# Cacao

Candy Server with WebUI

## Build

```bash
# build a binary that runs natively
make

# build multiple platform binaries
make all
```

## Run

```bash
# loglevel=[info] listen=[:80] storage=[.]
cacao

# loglevel=[debug] listen=[127.0.0.1:8080] storage=[/var/lib/cacao]
cacao --loglevel=debug --listen=127.0.0.1:8080 --storage=/var/lib/cacao
```