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 publishPackage Scopes
| Scope | Access | Publish | Proxy |
|---|---|---|---|
@copilot-webui/* | Authenticated | developers | No (local only) |
@histoire/* | All | developers | Yes (npmjs fallback) |
@*/* | All | developers | Yes |
** | All | developers | Yes |