Verdaccio
Verdaccio is a lightweight private npm proxy registry built with Node.js. It allows you to host your own npm registry with minimal configuration, providing a private npm repository for your projects. Verdaccio supports npm, yarn, and pnpm, and can cache packages from the public npm registry, allowing for faster installs and protection against npm registry outages. It includes a web interface for browsing packages, authentication and authorization features, and can be easily integrated into your development workflow.
Verdaccio
Installation
Default install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/verdaccio.sh)"
Configuration
Config file:
1
/opt/verdaccio/config/config.yaml
Notes
To create the first user, run: npm adduser --registry http://:4873</div> </div> ## Web Interface## Links - [Official Website](https://verdaccio.org/) - [Documentation](https://verdaccio.org/docs/what-is-verdaccio) ---
This post is licensed under CC BY 4.0 by the author.