git-bug/doc/man/git-bug-webui.1
Sascha ea329aed69 Add option to specify host address
'--host'-cmdline-option is added to the webui command.

Previously, the WebUI couldn't be hosted inside of a container. As the
WebUI-server only listend per default to localhost and there was no
option to change the address, the server should listend to. This means,
that the WebUI was only reachable from localhost. So only from inside of
the container but never from outside.
The '--host'-option allows to set the IP address or a hostname
which the WebUI-server should listen to. E.g. by setting 0.0.0.0 or ::
as address.

Update documentation for new option.

Update shell completion for new option.

Compilation seems to add another go-gitlab version.
2021-02-28 21:20:15 +01:00

52 lines
893 B
Groff

.nh
.TH "GIT\-BUG" "1" "Apr 2019" "Generated from git\-bug's source code" ""
.SH NAME
.PP
git\-bug\-webui \- Launch the web UI.
.SH SYNOPSIS
.PP
\fBgit\-bug webui [flags]\fP
.SH DESCRIPTION
.PP
Launch the web UI.
.PP
Available git config:
git\-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser
.SH OPTIONS
.PP
\fB\-\-host\fP="127.0.0.1"
Network address or hostname to listen to (default to 127.0.0.1)
.PP
\fB\-\-open\fP[=false]
Automatically open the web UI in the default browser
.PP
\fB\-\-no\-open\fP[=false]
Prevent the automatic opening of the web UI in the default browser
.PP
\fB\-p\fP, \fB\-\-port\fP=0
Port to listen to (default to random available port)
.PP
\fB\-\-read\-only\fP[=false]
Whether to run the web UI in read\-only mode
.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
help for webui
.SH SEE ALSO
.PP
\fBgit\-bug(1)\fP