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....
No description
12 Replies
AD-user
AD-user6mo ago
I have the same problem. I changed the url to my instance and i get error Missing or invalid code
536b656c6c79
536b656c6c79OP6mo ago
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.
536b656c6c79
536b656c6c79OP6mo ago
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
AD-user
AD-user6mo ago
I use official dokploy, but self-hosted
536b656c6c79
536b656c6c79OP6mo ago
Never had that issue. Mine just goes to the gitlab.com endpoint after clicking install. Can you explain what you did ?
AD-user
AD-user6mo ago
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
Siumauricio
Siumauricio6mo ago
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
DJKnaeckebrot
DJKnaeckebrot6mo ago
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
Cloned git.****.**/****/leaderboard.git: ✅

Build nixpacks: ✅
Source Type: gitlab: ✅
Error response from daemon: No such container: test-lol-lonj0j-husxID1st3
Error ❌
Error response from daemon: No such container: test-lol-lonj0j-husxID1st3
Cloned git.****.**/****/leaderboard.git: ✅

Build nixpacks: ✅
Source Type: gitlab: ✅
Error response from daemon: No such container: test-lol-lonj0j-husxID1st3
Error ❌
Error response from daemon: No such container: test-lol-lonj0j-husxID1st3
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 🙂
DJKnaeckebrot
DJKnaeckebrot6mo ago
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
andrew.tr
andrew.tr6mo ago
Hi @Siumauricio I do have my self-hosted gitlab. How can I help?
Siumauricio
Siumauricio6mo ago
Nice, I will merge!

Did you find this page helpful?