Change the ssh path of a project, which is shown in project?
Created by: SimonTank
Hi, i have gitlab at my server, which is no running at port 22, i changed it to port 333 everything is running good...
But in my web interface the url doesn't add the Port So:
[email protected]:stuff/special_project.git
Should be
ssh://[email protected]:333/stuff/special_project.git
How can i fix this? thx