grimborg / gitgitlab

GitGitLab: Gitlab Git Plugin

Home Page:https://gitgitlab.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Specify custom endpoint for CLI

3onyc opened this issue · comments

Currently there's no way to specify a self-hosted GitLab install, perhaps add this in the form of an ~/.gitgitlab.rc file or something similar?

Thanks for the request. I'll add it.

+1, but I'd prefer a section in my .gitconfig.

+1 @dmke

And also per repository in .git/config perhaps?

Added! See Using a custom Gitlab server on the documentation.

I don't have my own Gitlab server to test on; could you test and see if it works for you?

Thanks!

Creating projects succeeds. However from what I can tell you're storing 1 token in the keyring rather than a token per API endpoint?

You're right. Fixed it. Thanks!