From b1b0c8b76017ffe7dc60d11d79ec81a8e3d03bce Mon Sep 17 00:00:00 2001
From: Steve Manuel
Optional flags:
--bind
sets the address for ponzu to bind the HTTP(S) server--port
sets the port on which the server listens for HTTP requests [defaults to 8080]--https-port
sets the port on which the server listens for HTTPS requests [defaults to 443]--https
enables auto HTTPS management via Let's Encrypt (port is always 443)Example:
$ ponzu run (or) +$ ponzu run --bind=0.0.0.0 +(or) $ ponzu run --port=8080 --https admin,api (or) $ ponzu run admin -- cgit v1.2.3