deps-rs / deps.rs

Keep your dependencies up-to-date
https://deps.rs
Apache License 2.0
426 stars 26 forks source link

Add Gitlab custom domains (self-hosted) repo model. #213

Open MarkusTheOrt opened 8 months ago

MarkusTheOrt commented 8 months ago

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