Skip to main content

Source Code

Verdaccio is not a single repository: the registry, its plugins, the Docker images, the Helm chart and the website are developed separately under the verdaccio organisation.

RepositoryWhat lives there
verdaccio/verdaccioThe registry itself, the built-in plugins, the web interface and the official Docker image. The 6.x branch is the current stable line; master is where new work lands
verdaccio/websiteThese docs
verdaccio/chartsThe Helm chart
verdaccio/generator-verdaccio-pluginThe scaffolding used by the plugin generator

Plugins that are not built in — S3 and Google Cloud storage, LDAP and other authentication backends — each have their own repository in the same organisation. The plugin catalogue lists what is published, including community plugins hosted elsewhere.

Look into the issues tab of the repository you are interested in to find something to pick up, and see contributing for how to get started.