Skip to content

Instantly share code, notes, and snippets.

@p77u4n
Created April 11, 2021 08:54
Show Gist options
  • Save p77u4n/89500bdbd382ecbbdf2bc9ff7d109393 to your computer and use it in GitHub Desktop.
Save p77u4n/89500bdbd382ecbbdf2bc9ff7d109393 to your computer and use it in GitHub Desktop.
storage: /verdaccio/storage
plugins: /verdaccio/plugins
web:
title: Verdaccio
auth:
htpasswd:
file: ./htpasswd
uplinks:
npmjs:
url: https://registry.npmjs.org/
packages:
'@*/*':
access: $all
publish: $authenticated
unpublish: $authenticated
proxy: npmjs
'**':
access: $all
publish: $authenticated
unpublish: $authenticated
proxy: npmjs
middlewares:
audit:
enabled: true
logs:
- {type: stdout, format: pretty, level: http}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment