Skip to content
This documentation applies to Codacy Self-hosted

For the latest updates and improvements, see the latest Cloud documentation instead.

Configuring GitLab Enterprise with Codacy Self-hosted

Codacy Self-hosted running on Docker stopped being supported on February 16, 2021.

Click here for updated documentation on how to install and configure Codacy Self-hosted on Kubernetes or MicroK8s.

If you are a current customer and have any questions regarding the migration process, please reach out to your CSM or success@codacy.com for more information.

Codacy only supports Gitlab version 9.5 or later. 

Location

Endpoint [required]

The URL where the GitLab application is deployed.

This should contain:

  • Protocol (ex: http, https)
  • Port (if other than 80) (ex: 9000)
Correct:
  • http://my.gitlab.url:7990
Incorrect:
  • my.gitlab.example.com
  • my.gitlab.example.com/
  • my.gitlab.example.com:7990
  • my.gitlab.example.com:7990/

GitLab Application

Follow the link to create an application on Gitlab Enterprise.

Then paste the application ID and secret in Codacy Self-hosted.

You'll also need to add the following 'Redirect URI'. Make sure to update your protocol to use either http or https and your domain name as well. Keep in mind this field is case sensitive. 

https://codacy.example.com/login/GitLabEnterprise
https://codacy.example.com/add/addProvider/GitLabEnterprise
https://codacy.example.com/add/addService/GitLabEnterprise
https://codacy.example.com/add/addPermissions/GitLabEnterprise

Share your feedback 📢

Did this page help you?

Thanks for the feedback! Is there anything else you'd like to tell us about this page?

We're sorry to hear that. Please let us know what we can improve:

Alternatively, you can create a more detailed issue on our GitHub repository.

Thanks for helping improve the Codacy documentation.

If you have a question or need help please contact support@codacy.com.

Last modified February 25, 2021