mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
Mention access restrictions
Indicate that access restrictions apply to web UI as well as npm access (to avoid #804)
This commit is contained in:
parent
8a2bdad355
commit
e2bafb3b49
1 changed files with 2 additions and 1 deletions
|
@ -14,11 +14,12 @@ web:
|
|||
logo: logo.png
|
||||
```
|
||||
|
||||
All access restrictions defined to [protect your packages](protect-your-dependencies.md) will also apply to the Web Interface.
|
||||
|
||||
### 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
|
||||
title | string | No | Verdaccio | 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