web: enable: true title: verdaccio uplinks: npmjs: url: https://registry.npmjs.org/ logs: { type: stdout, format: pretty, level: trace } auth: htpasswd: file: ./htpasswd-whoami packages: '@*/*': access: $all publish: $all unpublish: $all proxy: npmjs 'verdaccio': access: $all publish: $all '**': access: $all publish: $all unpublish: $all proxy: npmjs _debug: true