Configure the VSX registry used by your Gitpod Self-Hosted installation

⚠️ Deprecated Content

The content of this page assumes you are using Helm, which is now deprecated. Please use the Installer instead.

Gitpod uses the public OpenVSX registry as only products produced by Microsoft may access the Visual Studio Code Marketplace. This document explains how Gitpod Self-Hosted can be configured in air-gapped scenarios to connect to a private OpenVSX registry.

Configuration

To connect to private OpenVSX registry, perform the following steps:

  1. Merge the following into your values.custom.yaml:

    language icon language: 
    yml
    components:
        openVsxProxy:
            vsxRegistryUrl: open-vsx.org

    Replace open-vsx.org with the domain your registry is available at.

  2. Do a helm upgrade --install -f values.custom.yaml gitpod gitpod.io/gitpod --version=0.10.0 to apply the changes.

Additional resources

Was this helpful?