2017-12-16 13:25:59 +01:00
|
|
|
---
|
|
|
|
id: webui
|
|
|
|
date: '2017-07-10T23:36:56.503Z'
|
|
|
|
title: "Web User Interface"
|
|
|
|
---
|
2017-08-28 19:55:46 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
```
|
2017-12-16 13:25:59 +01:00
|
|
|
|
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
|
|
|
|
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
|