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