git-bug/commands
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
..
select repo: finish RepoStorage move 2020-12-08 13:07:51 +01:00
add.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_auth_addtoken.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_auth_rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_auth_show.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_auth.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_configure.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
bridge_pull.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_push.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge_rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
bridge.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
commands.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
comment_add.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
comment.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
deselect.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
env.go repo: finish RepoStorage move 2020-12-08 13:07:51 +01:00
json_common.go bug: harmonize how time are used, fix some issues in command special formats 2020-06-25 23:18:17 +02:00
label_add.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
label_rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
label.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
ls-id.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
ls-labels.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
ls.go Add ability to search by arbitrary metadata 2021-02-21 14:15:50 +01:00
pull.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
push.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
rm.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
root.go Add the 'rm' command 2020-07-28 14:30:05 +02:00
select.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
show.go Fix 'no description' readability in terminal with bright background 2020-09-27 09:22:34 +02:00
status_close.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
status_open.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
status.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
termui.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
title_edit.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
title.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
user_adopt.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
user_create.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
user_ls.go commands: open and close the backend in a single place, simplify commands 2020-06-28 19:09:32 +02:00
user.go commands: cleanup the command's usage to avoid warnings when generating the doc 2020-07-28 20:24:24 +02:00
version.go commands: refactor to avoid globals 2020-06-28 18:26:29 +02:00
webui.go Add option to specify host address 2021-02-28 21:20:15 +01:00