2017-12-16 07:25:59 -05:00
---
id: webui
2018-07-22 13:23:53 -05:00
title: "Web User Interface2"
2017-12-16 07:25:59 -05:00
---
2017-08-28 12:55:46 -05:00
2018-07-22 13:23:53 -05:00
< p align = "center" > < img src = "https://github.com/verdaccio/verdaccio/blob/master/assets/gif/verdaccio_big_30.gif?raw=true" > < / p >
2018-01-20 17:00:45 -05:00
2018-08-24 07:35:54 -05:00
Verdaccio has a web user interface to display only the private packages and can be customisable.
2017-08-28 12:55:46 -05:00
```yaml
web:
enable: true
title: Verdaccio
logo: logo.png
2018-07-30 14:11:36 -05:00
scope:
2017-08-28 12:55:46 -05:00
```
2017-12-16 07:25:59 -05:00
2018-07-06 01:41:46 -05:00
All access restrictions defined to [protect your packages ](protect-your-dependencies.md ) will also apply to the Web Interface.
2017-08-28 12:55:46 -05:00
### Configuration
2017-12-16 07:25:59 -05:00
Property | Type | Required | Example | Support | Description
--- | --- | --- | --- | --- | ---
2017-08-28 12:55:46 -05:00
enable | boolean | No | true/false | all | allow to display the web interface
2018-07-06 01:41:46 -05:00
title | string | No | Verdaccio | all | HTML head title description
2017-08-28 12:55:46 -05:00
logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located
2018-07-31 03:58:43 -05:00
scope | string | No | \\@myscope | 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 \\@)