diff options
author | Sascha <GlancingMind@outlook.com> | 2021-02-28 16:27:14 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-02-28 21:20:15 +0100 |
commit | ea329aed6909cac85680dbae37f6f4dcca134f8b (patch) | |
tree | 7183be55a5bc65cafa75f1a16f24cad84d8ad9fb /repository/gogit_config.go | |
parent | 3957d4a027b034f9b9a78b160691992b9f4de291 (diff) | |
download | git-bug-ea329aed6909cac85680dbae37f6f4dcca134f8b.tar.gz |
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.
Diffstat (limited to 'repository/gogit_config.go')
0 files changed, 0 insertions, 0 deletions