Skip to main content

Universal

The Universal Repository introduces a flexible way to manage and proxy artifacts that don’t conform to standard package types like npm, PyPI, Maven, or Docker. This repository type is ideal for artifacts requiring custom organization and dynamic URL support, making it especially useful for GitHub Releases.

Examples of Remote Repository URLs

  1. GitHub Releases
    URL: https://github.com/{package-name}/releases/download/{version}/{file}

  2. GitLab Releases
    URL: https://gitlab.com/{package-name}/-/archive/{version}/{file}