GitLab Self-Managed
PullRequest.comDashboard
  • Introduction
  • Create PullRequest Account & Organization
  • Installing the PullRequest Proxy
  • Managing the PullRequest Proxy
  • Production Setup
  • Connecting your Proxy with PullRequest
  • Configure GitLab Posting User
  • Configure GitLab Webhooks
  • Verify Data on PullRequest
  • Project Visibility in the PullRequest Dashboard
Powered by GitBook
On this page

Was this helpful?

Production Setup

Starting the Proxy

By default the following command will run the proxy on localhost port 5012

start.sh

You should be able to connect to a reverse-proxy (if desired).

Alternatively if you would prefer to run the proxy on this server using built-in tls/http2 support you can create a tls directory and add a cert.pem and key.pem.

Then starting your proxy with the following will use your certificate and run on port 80/443 and automatically redirect http requests to https:

start_with_tls.sh
PreviousManaging the PullRequest ProxyNextConnecting your Proxy with PullRequest

Last updated 6 years ago

Was this helpful?