-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Configurable GitHub/Lab host #44
Comments
@kadrach, I'll need you to be specific, keeping in mind that I don't use the enterprise version of GitLab. |
As I know there isn't any way to install GitHub in a separate personal host, while it's possible for GitLab (as they do in gnome). @facelessuser Because currently we don't support project/context-specific features (#24), I think there will be no difference between result of GitLab.com API (it's a specific version of GitLab Enterprise Edition) and e.g. gitlab.gnome.com API, except privacy, while it may add some compatibility issues in the future to support multiple versions of GitLab. If we implement #24 It may be a good idea to implement this feature, too. MarkdownPreview/markdown_preview.py Line 796 in dd608da
|
If the URL for the API is the only thing that needs to change, then I don't mind allowing that to be configured. And it may even make since to make that per project (or per some kind of dot file In general, supporting the public API is my main goal. If the cost isn't too high, I don't mind supporting custom setups, but if the cost gets too high, I may decline. Supporting multiple versions of APIs may be out of the question. |
I got the same result by changing MarkdownPreview/markdown_preview.py Line 796 in dd608da
url = "https://gitlab.gnome.org/api/v4/markdown" It's appealing for me to read a setting file, create new instances of e.g. |
@facelessuser @hadisfr Yes this is what I was referring to. Both Gitlab Enterprise Edition and Github Enterprise can be hosted on premises (or in isolated networks). The enterprise deployments are pretty much identical to the "open world" versions, and differ only in DNS name. |
I can see the appeal of having a way to add a custom github or gitlab to the list, let me think about an approach. |
For me, it is only about not transmitting my file to a party outside the company. I would be more than content with just being able to use a different URL or host, e.g. |
@BalzGuenat sure, makes sense. Until this feature is developed, using the |
It would be cool to have the GitHub/Lab host configurable, so I can use our enterprise installation of GitLab.
The text was updated successfully, but these errors were encountered: