Verdaccio
Installing packages
To set the custom registry globally npx verdaccio-openid@latest --registry http://your-registry.com npm set registry https://your-registry.com To set it on just the project: npx verdaccio-openid@latest --registry http://your-registry.com npm install ...
Publishing packages
To publish a package: npx verdaccio-openid@latest --registry http://your-registry.com npm publish --registry https://your-registry.com Info: EPUBLISHCONFLICT Verdaccio is a proxying package manager. Packages are checked against npmjs registry before ...
CLI Authentication
The package use OIDC authentication and providing the raw username and password to the npm/yarn/pnpm CLI tools will not work. There are two ways to set up CLI authentication: 1 npx verdaccio-openid@latest --registry http://your-registry.com You can ...
Access control
See the Verdaccio docs on how to allow or restrict access to packages.
Custom configuration
You can add custom verdaccio configuration using the File Manager: Add any custom configuration in /app/data/config.yaml. Restart the app See config.yaml for reference.
How to order Verdaccio?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Verdaccio 4. Select vCPU / RAM If you don't know how much you will need to use, just leave the default. 5. Select Disk Storage Size If you don't know how much you will need ...