diff --git a/wiki/web.md b/wiki/web.md new file mode 100644 index 000000000..1f6659c23 --- /dev/null +++ b/wiki/web.md @@ -0,0 +1,19 @@ +# Web UI + +Verdaccio has a web user interface to display only the private packges and can be customisable. + +```yaml +web: + enable: true + title: Verdaccio + logo: logo.png +``` + + +### Configuration + +Property | Type | Required | Example | Support | Description +--- | --- | --- | --- | --- | --- +enable | boolean | No | true/false | all | allow to display the web interface +title | string | No | $authenticated | all | HTML head title description +logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located