Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

On-Premise Proxy

This is the container image for HackerOne Code's On-Premise Proxy — a service you run inside your own infrastructure to connect an on-premise code hosting provider (GitHub Enterprise Server, GitLab, Bitbucket Data Center, or Azure DevOps Server) to the HackerOne Code platform.

Pulling the image

docker pull hackertwo/hackerone-code-proxy:<version>

Use the version your account team recommends, or latest for the most recent release.

Recommended run flags

For defense-in-depth, we recommend adding these flags to whatever docker run or Compose configuration you use to run the proxy:

--cap-drop=ALL --security-opt=no-new-privileges
  • --cap-drop=ALL removes every Linux capability the container is granted by default (raw sockets, SETUID/SETGID, etc.) — the proxy doesn't need any of them.
  • --security-opt=no-new-privileges prevents any process inside the container from gaining additional privileges at runtime.

Neither flag changes normal operation. The container still needs a writable volume mounted at /app/storage for its local repository cache regardless of these flags.

Setup

Installation, configuration, and upgrade instructions live in the customer documentation:

docs.pullrequest.com/on-premise-server

Support

If you run into issues running the proxy, reach out to your HackerOne Code account team.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors