Zebflow Documentation

Installation

How to install and run Zebflow

Installation

docker pull ghcr.io/mecha-id/zebflow:latest
docker run -p 10610:10610 ghcr.io/mecha-id/zebflow:latest

From source

git clone https://github.com/mecha-id/zebflow.git
cd zebflow
cargo build --release
./target/release/zebflow

Verify

curl http://localhost:10610/health
# → {"status":"ok",...}