Use selfhosted gitlab install not going to selfhosted option.
Hi, is there a way to set my gitlab integration to a self hosted one? When I click install it goes to gitlab.com....

12 Replies
I have the same problem. I changed the url to my instance and i get error Missing or invalid code
I assume you build dokploy itself then? Currently on the official image its not supported but a work around is to use the git option over ssh.
https://github.com/Dokploy/dokploy/tree/560-self-hosted-gitlab looks like they're working on it.
GitHub
GitHub - Dokploy/dokploy at 560-self-hosted-gitlab
Open Source Alternative to Vercel, Netlify and Heroku. - GitHub - Dokploy/dokploy at 560-self-hosted-gitlab
I use official dokploy, but self-hosted
Never had that issue. Mine just goes to the gitlab.com endpoint after clicking install.
Can you explain what you did ?
Yes, mine is too. But my gitlab is self-hosted. And so I can't integrate the gitlab into my dokploy
I have not yet tried the workaround via ssh
but I don't have a self hosted gitlab
If someone want to take the PR up, is basically done I just need to test the oauth2 part
I can take a look into it. I’m not that familiar with dokploy yet but trcp complains that column gitprovider_gitlab.gitlabUrl does not exits
That is when I try to add the Gitlab via the UI
Hey @Siumauricio sorry for the ping.
I have got the oauth to work and after replacing some more gitlab.com with ${gitlabProvider.gitlabUrl} I also got the project running to far. I was able to clone from the git but I still get an error
Is this jus a local development thing or does this relate to something with the gitlab?
Found out it was a local development thing, I didnt had nixpacks installed lol
I tested everything with a nextjs app and works fine, pushed the changes into the PR 🙂
GitHub
560 self hosted gitlab additions by DJKnaeckebrot · Pull Request #8...
Tested the connection to a self hosted gitlab enterprise and fixed everything so that gitlab apps will deploy
Hi @Siumauricio I do have my self-hosted gitlab. How can I help?
Nice, I will merge!