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…
- 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…
- 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…
- 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 service Region This is the datacenter location where your App will be…
