This PR adds the ability to check repositories on self-hosted gitlab instances.
(just a quick little addition, I am happy to rename the GiteaDomain type for something more fitting, just short on time right now)
The way this works is that it one can now put the gitlab instance hostname into the url just like it works with the gitea implementation. For this to work the repository has to be publicly accessible of course.
This PR adds the ability to check repositories on self-hosted gitlab instances.
(just a quick little addition, I am happy to rename the GiteaDomain type for something more fitting, just short on time right now)
The way this works is that it one can now put the gitlab instance hostname into the url just like it works with the gitea implementation. For this to work the repository has to be publicly accessible of course.
I guess this also somewhat addresses #84