0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/docs/web.md

28 lines
1,015 B
Markdown
Raw Normal View History

---
id: webui
2018-07-22 13:23:53 -05:00
title: "Web User Interface2"
---
2017-08-28 12:55:46 -05:00
2018-07-22 13:23:53 -05:00
<p align="center"><img src="https://github.com/verdaccio/verdaccio/blob/master/assets/gif/verdaccio_big_30.gif?raw=true"></p>
2018-08-24 07:35:54 -05:00
Verdaccio has a web user interface to display only the private packages and can be customisable.
2017-08-28 12:55:46 -05:00
```yaml
web:
enable: true
title: Verdaccio
logo: logo.png
scope:
2017-08-28 12:55:46 -05:00
```
All access restrictions defined to [protect your packages](protect-your-dependencies.md) will also apply to the Web Interface.
2017-08-28 12:55:46 -05:00
### Configuration
Property | Type | Required | Example | Support | Description
--- | --- | --- | --- | --- | ---
2017-08-28 12:55:46 -05:00
enable | boolean | No | true/false | all | allow to display the web interface
title | string | No | Verdaccio | all | HTML head title description
2017-08-28 12:55:46 -05:00
logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located
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 \\@)