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
- Host: GitHub
- URL: https://github.com/lanthora/cacao
- Owner: lanthora
- Created: 2024-07-17T03:16:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-31T01:41:52.000Z (about 1 year ago)
- Last Synced: 2025-05-31T12:30:37.228Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 216 KB
- Stars: 16
- Watchers: 0
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```