Okay, so I just installed GitLab using the Omnibus edition on Ubuntu 14.04. I've got everything working, EXCEPT e-mail links and project URLs are using internal links (http://gitlab/). I've configured the external url parameter in /etc/gitlab/gitlab.rb, and I can't find any other settings to configure to possibly change this.
Add a comment
|
2 Answers
After editing
/etc/gitlab/gitlab.rb
to define external_url
then issuing
gitlab-ctl reconfigure
gitlab-ctl restart
there is one more step todo:
In the UI go to the Admin page, then under Settings / General / Sign-in restrictions you will find the redirect URL for the Login Page: "Home page URL". This Url you have to update to the new hostname.