4

Is it possible to install Gitlab using the local IP address of the machine instead of domain name?

If yes then how?

Rekovni
  • 6,319
  • 3
  • 39
  • 62

2 Answers2

0

Yes, I installed GitLab server for testing on VMware. You can download GitLab server from bitnami.com and open it by VMWare. Then you can see GitLab server by an invalid IP.

https://downloads.bitnami.com/files/stacks/gitlab/15.4.3-ce.0-0/bitnami-gitlab-15.4.3-ce.0-0-linux-vm-debian-11-x86_64-nami.ova

Also you can use docker images for installing GitLab server or install manually it from GitLab website

Darwin
  • 1,695
  • 1
  • 19
  • 29
-1

Yes this is possible. Just configure your external_url to point to http://<iphere>.

Fairy
  • 3,592
  • 2
  • 27
  • 36