Hi All,
First time user so any assist is helpful.
Using MS Azure…after install everything works except the URL for the emails and the projects git and http name options. It comes out like this:
git@xxxxxhostname.xxxxxhostname.d7.internal.cloudapp.net:GROUP_NAME/xxxxxxx.git
http://xxxxxhostname.xxxxxhostname.d7.internal.cloudapp.net/GROUP_NAME/REPO_NAME.git
http://xxxxxxxxx.xxxxxxxx.d7.internal.cloudapp.net
(where xxxxx is ur host name)
I checked and changed hosts file and the gitlab.rb “external url” file, then /etc/hosts looks like this and seems fine
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
It should resolve to: http://xxxxxxxxxxxx.cloudapp.net/
I googled and found an answer that said to change a gitlab.ini and I think a config.ini file also
Any help is appreciated/ Thanks in advance.