0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-25 02:32:52 -05:00

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

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