-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for On-premise Solutions #11
Comments
I am intrested in this too. |
I've been wondering whether this can be done by making an HTTP request to the host and inspecting the headers?
The tricky part about self-hosted repositories is that the hosts / URLs could have nothing to do with the git hosting service, so we'd need to query something to figure it out. |
While on premise solution support would be pretty cool, I'm pretty sure there's no way to do it. Having to do a capabilities check of a server is not an option for this module, however. As I don't believe this is possible, I'm going to close this, but feel free to continue discussing it (and if you do figure something out, open up a new issue!) |
@iarna 👋. I'm jumping in late here, but could explain why there isn't a way to do it? I'm looking in particular at the |
Late to this, but I have a question...is it possible to add your own host with If so, I think this would suit my needs and I'd be happy to PR to update the docs with this. |
I think it would require exporting |
Should this module support on-premise solutions such as on-premise instances of GitLab, or GitHub Enterprise?
The text was updated successfully, but these errors were encountered: