storage: /tmp/verdaccio listen: - 0.0.0.0:4873 # See https://github.com/actions/runner-images/issues/10061 auth: htpasswd: file: ./htpasswd uplinks: npmjs: url: https://registry.npmjs.org/ max_fails: 40 maxage: 30m timeout: 60s fail_timeout: 10m cache: false agent_options: keepAlive: true maxSockets: 40 maxFreeSockets: 10 packages: # Group and isolate all local packages, avoid being proxy from outside '@react-native/*': access: $all publish: $all '@*/*': access: $all publish: $authenticated proxy: npmjs '**': access: $all publish: $all proxy: npmjs logs: - {type: file, path: verdaccio.log, format: json, level: warn}