
A lightweight Node.js private proxy registry | Verdaccio
Verdaccio is a simple, zero-config-required local private NPM registry. No need for an entire database just to get started. Verdaccio comes out of the box with its own tiny database, and …
Docker - Verdaccio
2025年3月30日 · Plugins can be installed in a separate directory and mounted using Docker or Kubernetes, however make sure you build plugins with native dependencies using the same …
Installation - Verdaccio
2025年3月30日 · Verdaccio has an official docker image you can use, and in most cases, the default configuration is good enough. For more information about how to install the official …
What is Verdaccio?
2025年3月30日 · What is Verdaccio? Verdaccio is a lightweight private npm proxy registry built in Node.js. Using a private npm registry like Verdaccio is one of the Top 10 NPM Security Best …
Configuration File - Verdaccio
2025年3月30日 · This file is the cornerstone of Verdaccio where you can modify the default behaviour, enable plugins and extend features. A default configuration file config.yaml is …
安装 - Verdaccio
Verdaccio 有官方 docker 镜像可以使用,在大多数情况下,默认配置已经足够了。 关于如何安装官方镜像的更多信息,请 阅读 docker 部分 。 此外,你可以在我们的 docker-examples 存储 …
Authentication - Verdaccio
2025年3月30日 · verdaccio allows you to enable anonymous publish. To achieve that you will need to correctly set up your packages access. Eg:
A lightweight Node.js private proxy registry | Verdaccio
Verdaccio 是什么? Verdaccio 是一个简单的、零配置要求的本地私有 NPM 注册中心。不需要额外数据库就能开始工作。Verdaccio 开箱即用,有自己的小型数据库,并能代理其他注册中心 …
Best Practices - Verdaccio
2025年3月30日 · By default all packages you publish in Verdaccio are accessible for all users. We recommend protecting your registry from external non-authorized users by updating the …
Installation - Verdaccio
2025年3月30日 · Verdaccio is a Node.js private and proxy registry. To install it, you need a few basic prerequisites. Prerequisites Node.js v18 or higher. Your favorite Node Package Manager …