1.0.5 • Published 5 years ago

verdaccio-regman v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

verdaccio-regman

Verdaccio authentication plugin for Registry Manager.

Installation

npm install verdaccio-regman

Configuration

auth:
  regman:
    db_file: /path/to/registry-manager-users.json # must be readable
    gelf:
      enabled: false # if true then sends events to Graylog
      hostname: false # defaults to os.hostname()
      facility: "verdaccio"
      options:
        graylogPort: 12201
        graylogHostname: "127.0.0.1"
        connection: "lan"

Usage

regman plugin uses Registry Manager user database for authentication. Adding users from command line is not allowed.

Package access uses Verdaccio configuration.

Publishing is only allowed to users with admin or publish tags. Verdaccion configuration is ignored.

License

ISC

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago