Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.01 KB

server-configuration.md

File metadata and controls

36 lines (22 loc) · 1.01 KB

Customizing server configuration

You can customize the server's configuration by visiting npm On-Site's admin console (http://myreg.mycompany.com:8800).

Authentication

Authentication method.

Possible values: "GitHub", "Open", "LDAP"

Upstream registry

Configure npm On-Site to replicate from an upstream registry. This can be useful for creating backups.

Storage

Configure where npm On-Sites persistent data is stored. You may, for instance, want to store to an NFS drive that you regularly back up.

Proxy URL

Allows npm On-Site to be configured with a corporate proxy.

npm On-Site registry URL

Specify an alternative package URL to store in the database, rather than the IP that npm On-Site auto-detects. This is useful if you wish to place an HTTPs load-balancer in front of npm On-Site, for example:

using nginx for SSL termination