Movatterモバイル変換


[0]ホーム

URL:


CodeFlow

  1. CodeFlow
  2. Docs
  3. Self-Hosted GitLab
Getting Started
Supported Languages
Security
ESLint configuration
TSLint configuration
PHPMD configuration
RuboCop configuration
PMD configuration
SCSS Lint configuration
Pylint configuration
Pull requests
Self-Hosted GitLab

Self-Hosted GitLab

CodeFlow supports self-hosted Git repositories for theGitLab Community Edition.

Exposing Ports

To use your private GitLab server with CodeFlow, you will need a publicly reachable endpoint with ports 22 and 443 open to the internet. We require port 22 to clone your repository to run our analysis and port 443 for status and clone requests.

To check that these ports are open you can run the following against your server from your local machine:

CLI

nc -v -w1 mygitlabserver.com 22# => Connection to mygitlabserver.com 22 port [tcp/ssh] succeeded!nc -v -w1 mygitlabserver.com 443# => Connection to mygitlabserver.com 443 port [tcp/https] succeeded!

Personal Access Tokens

To connect to your self-hosted GitLab instance, you will need to retrieve your personal access token. To fetch your token, follow these instructions:

Token Access Scopes

In order for CodeFlow to be allowed to setup the necessary hooks etc. the personal access tokens need to have the correct set of scopes. Below you’ll find the necessary setting for self-hosted GitLab server:

GitLab Settings

Copy the redirect URL into your GitLab Application settings.

Redirect URL

https://api.getcodeflow.com/v1/auth/gitlab/callback

To get your self-hosted GitLab instance up and running with CodeFlow, there are still a few manual steps on our side needed. Please contact us atsupport@getcodeflow.com and we will help you with the on-boarding.

SCM Feature Request

We are continually evaluating our SCM integration support. If there is something you would like to see, pleaseget in touch and let us know more details about your SCM needs.

Security

To read more about our security setup, please review oursecurity documentation orask us a question.


[8]ページ先頭

©2009-2025 Movatter.jp