Omnibus GitLab on IP without a domain-name and with custom relative_url_root -



Omnibus GitLab on IP without a domain-name and with custom relative_url_root -

i know can download , install gitlab omnibus package(easy way). i'm caught @ configuration of ip / domain. because don't have domain want utilize static server ip this:

sudo gitlab-ctl reconfigure -> "133.713.37.01/gitlab"

is possible set gitlab without domain or doing wrong?

i'm grateful help

using ip straight seems work, since networking utilities take either: add together external_url "http://127.0.0.1" /etc/gitlab/gitlab.rb , run sudo gitlab-ctl reconfigure.

what not work adding /gitlab root path external_url: gitlab-ctl says:

runtimeerror ------------ unsupported external url path: /gitlab

serving relative url root seems not implemented on omnibus gitlab: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/ed51ec97401bba955c93e61f8ef860520f745837/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb#l24 (since no template variable inserted there)

you work around modifying required configuration files manually explained in comment on gitlab.yml, lot of manual work , configs overwritten if reconfigure, recommend request feature at: http://feedback.gitlab.com/forums/176466-general , send pull request implementing that.

gitlab

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -