Use custom port to access to gitlab and url redirection (dyndns)
Created by: matiasfh
(Sorry for my english) Hi, i successfully install and configure gitlab with nginx on my server, but, my server have another services running with custom ports, so i use the port 28000 with gitlab, so i can access to the web interface through http://gitlab:28000 on the LAN and clone/push using git@gitlab (with a configuration in .ssh/config to use port 20022 for ssh connection)...
The server is accessible from outside the lan using dyndns so i use mynetwork.dyndns.org:28000 and i can see the web interface.
Now, how can i clone/push using the dyndns configuration??? what i need to tweak to work from outside the LAN?
Thanks in advance