From e2bafb3b490f5d8926021a4cdca5ef3cb243b968 Mon Sep 17 00:00:00 2001 From: Xavier Priour Date: Fri, 6 Jul 2018 08:41:46 +0200 Subject: [PATCH] Mention access restrictions Indicate that access restrictions apply to web UI as well as npm access (to avoid #804) --- docs/web.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/web.md b/docs/web.md index b6dfd8d48..90b7712bf 100644 --- a/docs/web.md +++ b/docs/web.md @@ -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