Custom FlowFuse Authentication
auth:
ff-auth:
baseURL: https://forge.example.com
adminUser: admin
adminSecret: password
packages:
'@*/*':
access: $authenticated
Where
baseURLis the URL of the FlowFuse installationadminUseris username of the system admin user.adminSecretis the adminUser's password. This user has access to all scopes.
See the verdaccio contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm tasks.
-
npm run buildBuild a distributable archive
-
npm run testRun unit test
For more information about any of these commands run npm run ${task} -- --help.
docker build -f docker/Dockerfile -t flowfuse/npm-registry .