Alexandros Itsios
Alexandros Itsios

Reputation: 1

install gitlab on local server (intranet)

I've installed ubuntu server with gui on my local server, then installed gitlab. My question is, what should I place in the EXTERNAL URL field? I don't have a domain name. Should I set a static IP and point it there?

Upvotes: 0

Views: 1189

Answers (1)

Fendi jatmiko
Fendi jatmiko

Reputation: 2895

yes.. just use your static ip address, but use http instead of https e.g :

external_url 'http://192.168.99.99' 

Upvotes: 1

Related Questions