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
-
GitHub Releases
URL:https://github.com/{package-name}/releases/download/{version}/{file}
-
GitLab Releases
URL:https://gitlab.com/{package-name}/-/archive/{version}/{file}