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:
parent
ec0746fc8f
commit
97f8c120aa
1 changed files with 19 additions and 0 deletions
19
wiki/web.md
Normal file
19
wiki/web.md
Normal 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
|
Loading…
Add table
Reference in a new issue