.. program:: xbus-http serve .. _program-xbus-http_serve: xbus-http serve - Serve http server. ------------------------------------ Synopsis ~~~~~~~~ Serve http server. :: xbus-http serve [flags] Options ~~~~~~~ .. option:: --help help for serve .. option:: --http.host Listen on the given host/ip .. option:: --http.port Listen on the given port .. option:: --http.uipath Path to the ui static files. If set, it is served on '/ui' and enables the websocket gateway .. option:: --http.websocket Enable the websocket gateway Options inherited from parent commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. option:: --account-id Account ID .. option:: --account-name Account Name .. option:: --config config file; default is $HOME/.config/xbus/xbus-http.yaml) .. option:: --debug Enable debug mode .. option:: --force-start Enable force start (stay up even if the server is not reachable on start) .. option:: --full-version Show version and commit hash .. option:: --nats-timeout NATS Timeout .. option:: --nats-url NATS url .. option:: --no-reconnect Disable auto-reconnect and shutdown as soon as any connection error occurs .. option:: --sentry.dsn Sentry DSN .. option:: --tls.certificate Certificate (a path or a PEM encoded cert) .. option:: --tls.csr CSR (a path or a PEM encoded CSR) .. option:: --tls.private-key Private key (a path or a PEM encoded key) .. option:: --tls.timeout TLS Timeout .. option:: --trace Enable trace mode .. option:: --version Show version SEE ALSO ~~~~~~~~ * :ref:`xbus-http ` - Xbus http gateway *Auto generated by spf13/cobra on 24-Nov-2023*