< All Topics
Print

Self Hosted / Enterprise Git Hosts

GitHub Enterprise Support

Use the full URI in your GitHub Plugin URI header or GitHub Theme URI header for a self-hosted installation.
The settings should be similar to GitHub Plugin URI: https://github.yourhost.com/<owner>/<repo>.

GitHub Enterprise requires authentication with either a personal access token or a repository-dependent access token.

GitLab CE/Enterprise Support

Use the full URI in your GitLab Plugin URI or GitLab Theme URI header for a self-hosted installation.
The settings should be similar to GitLab Plugin URI: https://gitlab.yourhost.com/<owner>/<repo>.

GitLab CE/Enterprise requires authentication with either a personal access token or a repository-dependent access token.

Bitbucket Server Support

Your URI will depend upon whether you’re a group or an individual on Bitbucket Server. The URI for the header will be in the following format. If you are a group the standard documentation regarding the header format applies.

If you’re an individual and it’s a user repository you will need to prefixed with a ~ to <owner> as ~<owner>.

If you are a group, you should use the following example format

Bitbucket Plugin URI: https://bitbucket.example.com/<owner>/<repo>

If you are an individual, you should use the following example format

Bitbucket Plugin URI: https://bitbucket.example.com/~<owner>/<repo>

This will not be a copy/paste of the link to the repo.

You will need Bitbucket Server v5 or greater installed.

Bitbucket Server repos are all private and a Bitbucket Server username/password is required.

Table of Contents