# path to a directory with all packages storage: ../build/local-registry/storage auth: htpasswd: file: ./htpasswd max_body_size: 20mb # a list of other known repositories we can talk to uplinks: npmjs: url: https://registry.npmjs.org/ maxage: 60m max_fails: 20 fail_timeout: 2m yarn: url: https://registry.yarnpkg.com maxage: 60m max_fails: 20 fail_timeout: 2m packages: '@*/*': # scoped packages access: $all publish: $all unpublish: $all proxy: npmjs '**': # allow all users (including non-authenticated users) to read and # publish all packages access: $all # allow all users (including non-authenticated users) to publish/publish packages publish: $all unpublish: $all # if package is not available locally, proxy requests to 'yarn' registry proxy: npmjs # log settings logs: type: stdout format: pretty level: warn publish: allow_offline: true # set offline to true to allow publish offline