Omnibus GitLab on IP without a domain name and with user relative_url_root

I already know that you can download and install gitlab with omnibus package (easy way). But I caught the IP / domain configuration. Since I don't have a domain, I want to use my static server IP address as follows:

Sudo gitlab-ctl reconfigure → "133.713.37.01/gitlab"

Is it possible to install gitlab without a domain or am I doing something wrong?

I am grateful for any help

+4
source share
1 answer

Using IP directly seems to work, as most network utilities accept either: just add external_url "http://127.0.0.1"in /etc/gitlab/gitlab.rband run sudo gitlab-ctl reconfigure.

, /gitlab external_url: gitlab-ctl :

RuntimeError
------------
Unsupported external URL path: /gitlab

URL-, -, Omnibus GitLab: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/ed51ec97401bba955c93e61f8ef860520f745837/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb#L24 ( ​​ )

, , gitlab.yml, , , , http://feedback.gitlab.com/forums/176466-general , .

+3

All Articles