Reputation: 1
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
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