mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-17 07:45:52 +01:00
1.4 KiB
1.4 KiB
id | title |
---|---|
webui | 网页用户界面2 |
Verdaccio有个网页用户界面,它只显示私有包并可以定制。
web:
enable: true
title: Verdaccio
logo: logo.png
scope:
所有访问限制定义为保护包,它也将应用于网页界面。
配置
属性 | 类型 | 必填 | 范例 | 支持 | 描述 |
---|---|---|---|---|---|
enable | boolean | No | true/false | all | 允许显示网页界面 |
title | string | No | Verdaccio | all | HTML 页眉标题说明 |
logo | string | No | http://my.logo.domain/logo.png | all | logo 位于的URI |
scope | string | No | \@myscope | all | 如果要为特定模块作用域使用此registry,请指定该作用域,在webui指南页眉内设置它(注释:escape @ with \@) |