general
How can I collect repositories from multiple private GitLab repos in Tabby?
I am running Tabby in my A100 and I want to collect repositories from multiple private GitLab repos. Is it possible to do so without any authentication? If not, how can I authenticate and connect to the private GitLab repositories?
Sh
Shuguo Yang
Asked on Feb 01, 2024
Yes, it is possible to collect repositories from multiple private GitLab repos in Tabby. To connect to private GitLab repositories, you need to create a deploy token and use it in the git_url
field of the config.toml
file. Here is an example:
[[repositories]]
name = "your_project"
git_url = "https://$deploy_token:your-gitlab.com/repo/project"
In the future, there will be easier integration by connecting directly to the GitHub/GitLab instance.
Feb 05, 2024Edited by