1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/docs/web.md

28 lines
1014 B
Markdown
Raw Normal View History

---
id: webui
2018-09-26 14:31:17 +02:00
title: "Web User Interface"
---
2017-08-28 19:55:46 +02:00
2018-07-22 20:23:53 +02: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 14:35:54 +02:00
Verdaccio has a web user interface to display only the private packages and can be customisable.
2017-08-28 19:55:46 +02:00
```yaml
web:
enable: true
title: Verdaccio
logo: logo.png
scope:
2017-08-28 19:55:46 +02:00
```
All access restrictions defined to [protect your packages](protect-your-dependencies.md) will also apply to the Web Interface.
2017-08-28 19:55:46 +02:00
### Configuration
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 | Verdaccio | all | HTML head title description
2017-08-28 19:55:46 +02: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 \\@)