docs: Add web ui documentation

This commit is contained in:
Juan Picado @jotadeveloper 2017-08-28 19:55:46 +02:00
parent ec0746fc8f
commit 97f8c120aa
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
1 changed files with 19 additions and 0 deletions

19
wiki/web.md Normal file
View File

@ -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