Skip to content

npm Registry (Verdaccio)

Private npm package registry powered by Verdaccio.

URL: npm.registry.hochguertel.work

Features

  • Private npm packages with scoped publishing
  • Proxies to npmjs.org for public packages
  • Authelia OIDC single sign-on
  • Web UI for browsing packages
  • Group-based access control (developers can publish)

Quick Start

bash
npm set registry https://npm.registry.hochguertel.work
npm login --registry https://npm.registry.hochguertel.work
npm publish

Package Scopes

ScopeAccessPublishProxy
@copilot-webui/*AuthenticateddevelopersNo (local only)
@histoire/*AlldevelopersYes (npmjs fallback)
@*/*AlldevelopersYes
**AlldevelopersYes

hochguertel.work Registry Platform