mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Merge pull request #805 from xavierpriour/patch-1
Mention access restrictions to web UI
This commit is contained in:
commit
176bdd68b5
1 changed files with 2 additions and 1 deletions
|
@ -14,11 +14,12 @@ web:
|
||||||
logo: logo.png
|
logo: logo.png
|
||||||
```
|
```
|
||||||
|
|
||||||
|
All access restrictions defined to [protect your packages](protect-your-dependencies.md) will also apply to the Web Interface.
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
Property | Type | Required | Example | Support | Description
|
Property | Type | Required | Example | Support | Description
|
||||||
--- | --- | --- | --- | --- | ---
|
--- | --- | --- | --- | --- | ---
|
||||||
enable | boolean | No | true/false | all | allow to display the web interface
|
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
|
logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located
|
||||||
|
|
Loading…
Reference in a new issue