--- id: webui title: "Web User Interface2" ---

Verdaccio possui uma interface web para exibir os seus pacotes e pode ser customizável. ```yaml web: enable: true title: Verdaccio logo: logo.png ``` All access restrictions defined to [protect your packages](protect-your-dependencies.md) will also apply to the Web Interface. ### Configuração | Nome | Tipo | Obrigatório | Exemplo | Suporte | Descrição | | ------ | ------- | ----------- | ------------------------------ | ------- | --------------------------- | | enable | boolean | Não | true/false | all | habilitar a interface web | | title | string | Não | Verdaccio | all | Título da página web | | logo | string | Não | http://my.logo.domain/logo.png | all | URI onde o logo se encontra |