Hi,
I have an issue with our internally installed GitLab page. The page address is “gitlab.company.hu”, and every link inside this GitLab site points to pages starting with this address in their URL, like:
http://gitlab.company.hu/dashboard/milestones
However there are some pages, like the Create Milestone page, which points to an internal IP address:
http://192.168.80.35/mygroup/myproject/milestones/new
It looks to me that this is because the link belongs to a project, but I have no idea how to make it work correctly.
In /etc/gitlab/gitlab.rb
the external_url
is set properly, and I checked the generated config files too.
Thanks,
Gergely