Can we use self hosted github as a source when we ...
# help-connector-development
d
Can we use self hosted github as a source when we run locally ? It bu defaults take to github.com is there way to modify it to organization url
k
A message from kapa.ai
Yes, you can use a self-hosted GitHub as a source when running Airbyte locally. To do this, you need to configure the GitLab connector instead of the GitHub connector. In the GitLab connector setup, you can specify the API URL for your self-hosted GitHub instance. Here's how to set up the GitLab connector in Airbyte: 1. Authenticate with Personal Access Token. 2. Set the API URL to the URL of your self-hosted GitHub instance. For more details, refer to the [GitLab connector setup guide](https://docs.airbyte.com/integrations/sources/gitlab#step-2-set-up-the-gitlab-connector-in-airbyte). Please note that the GitLab connector is designed for GitLab instances, not GitHub. However, you can try using it with your self-hosted GitHub instance by specifying the API URL.