Use self hosted Gitlab
I just installed Dokploy and tried to add my repos which I have on a self hosted Gitlab.
Is it possible to authenticate with it and use it like a normal gitlab or will I need to use the "normal" git within the project to get to my source code?
Thanks 🙂
4 Replies
is the self hosted git lab accessible to the dokploy server? If so, you should be able to add your SSH keys for it to connect over ssh and pull the files. So yes, definitely.
Yeah it's, I was just wondering if I can also you the Gitlab integration with it or if it only works with gitlab.com
there's a feature request on github to support self hosted gitlab
Oh okay thanks for letting me know 🙂 I searched trough the discord but not yet through Github 😄