-
Hi, I'm new to Codemagic and trying to setup our first app. Our Git server is self hosted (Gitea) in a Docker container and cannot use the stand SSH port. We need to use port 66. How do I do that? I tried using the standard Git URL format but it fails to connect. When I try on an external machine in shell it works just fine: [email protected]:66/user/repository.git How can I configure this to add our app to Codemagic?? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Hi @Scrantch, |
Beta Was this translation helpful? Give feedback.
-
The correct format its |
Beta Was this translation helpful? Give feedback.
The correct format its
ssh://[email protected]:66/user/repository.git