mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
507a3c7a7d
If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header e.g. npm set @coolsp:registry http://localhost:4873. Added as webui.scope option in .yaml. > Note: in .yaml, escape @ with \\@. See also feature request #593. Removed changes to website/translated_docs and website/versioned_docs And update docs/web.md and config.md
1014 B
1014 B
id | title |
---|---|
webui | Web User Interface2 |
Verdaccio has a web user interface to display only the private packges and can be customisable.
web:
enable: true
title: Verdaccio
logo: logo.png
scope:
All access restrictions defined to protect your packages will also apply to the Web Interface.
Configuration
Property | Type | Required | Example | Support | Description |
---|---|---|---|---|---|
enable | boolean | No | true/false | all | allow to display the web interface |
title | string | No | Verdaccio | all | HTML head title description |
logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located |
scope | string | No | \@myscopy | all | If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header (note: escape @ with \@) |