Hi, I’ve tried to search for and go through relevant discussions but still had no luck troubleshooting the problem on my own. Please help.
I followed omnibus package installation instructions to install GitLab on an internal Ubuntu computer given 192.168.0.123 as its IP address on the local network and the router has also been set up so if the browser is pointed to http://gitlab.sio2tek.net:9418 it’ll be routed to http://192.168.0.123:9418.
In such an environment, what URL (including the port #) should be provided as the external URL in GitLab installation?
Besides, Apache has already been up and running on the said internal Ubuntu computer. Do I have to follow the steps at https://docs.gitlab.com/omnibus/settings/nginx.html#using-a-non-bundled-web-server to use Apache instead? Is it okay to use NGINX coming with GitLab by default while there is already Apache up and running?
What else should be configured in particular to make it work?
(As to the firewall, here is what’s returned from running sudo ufw status on the CLI – Status: inactive.)
Any advice is greatly appreciated. Thanks.