/api/status/count
(see API documentation)-job-purger <duration>
) for removing finished async job requests.proxy-port
is now being used for the UI request URL portproxy-proto
is now working for the UI request URLrequest-proxy-host
argument to specify a different host as the request URL from the UI.mgmt-host
option added for binding to different host on management interface.
If not specified, same host specified with -host
will be used.mgmt-on
option added to enable/disable management interface.
To disable the management interface completely, specify -mgmt-on=false
./api/v1/stats
and /api/v1/stats/reset
.
Broadcast statistics in JSON format will be returned by calling the new
statistics endpoint /api/v1/stats
. The statistics can be reset with a call
to /api/v1/stats/reset
at any time (see examples).-confwatch
to handle automatic configuration reload.-verify-tls
added to handle TLS verification (see usage)