What I am trying to do is have a web url on another hosted domain, point to a gitlab omni install on another server, on another network. The crux, is that I don't want to work under an IP, but the IP should resolve into the subdomain pointed at it..
If this isn't possible, and I need to set up something else to get to that, please say! I'm just trying to find out how someone else has done something!
I have a server in a co-location space, which hosts my local gitlab install. lets say it is on ip 11.222.333.44
I’ve edited git.mysite.co.uk DNS A record to point to 11.222.333.44; was I meant to, I dunno.
This now makes git.mysite.co.uk basically forward to 11.222.333.44 (I think). What I’d like here is for the ip to not be shown, and git to appear to be traversable through the human readable domain.
Any ideas on what I need to do to get this running? I might not be explaining it correctly.
I’ve edited the external url in gitlab.rb to point to git.mysite.co.uk too.
I’d also like to enable SSL, but one step at a time I think.