Unable to Access GitLab Frontend Vagrant / Virtualbox
This is the second time I've been bitten by this one... I setup a new vagrant gdk box, able to SSH to the VM but can't access GitLab after launching gdk run
.
Turns out GitLab is configured to listen on 127.0.0.1 and needs to be configured to listen on 0.0.0.0 (I simply executed echo 0.0.0.0 > host
then gdk reconfigure
and voila).
I will take a look if I can help to fix the setup script and maybe raise an MR.