Integration with Gitlab

Hi i am just wondering if its possible to replace the github integration URL with gitlab.

I self host all my services including my repos on my homelab and would love to add bolt.diy to the stack. is their a way to replace the github push to be able to use my gitlab server instead so i dont have any limitations and i can keep all my work on site and not hosted in a cloud provider please.

Hi,
I dont use gitlab or have something to test, but the first thing I would just try is to import it with:

http://localhost:5173/git?url=https://github.com/thecodacus/bolt-vue-template.git

=> Replace the url by your gitlab url and see what happens.

doesnt seem to work sadly

Just saw there is a older PR covering this:

@thecodacus can you take a look if we can update this? there is also the last comment from you

so this has to be a .git url not the url from the browser tab

Okay so i tested with a gitlab repo… there is an issue with the gitlab proxy endpoint
i have added a PR to fix that