README.mdView |
---|
59 | 59 … | - `config.npm.needShasum`: whether to fetch always calculate and send package shasums. Default is `false` but will always calculate the shasum in response to a request from `npm < v5` |
60 | 60 … | - `config.npm.baseUrl`: URL of this ssb-npm-registry instance, such as in case it is being served behind a proxy. Default is to try to detect it for each HTTP request from the Host header or local socket address. |
61 | 61 … | - `config.npm.defaultPkgs`: Array of names (or `name@version` strings) of |
62 | 62 … | ssb-npm packages for the bootstrap snippet to install globally with `npm`. |
63 | | - These are resolved to message ids when the snippet is served. Default: `["ssb-server", "ssb-npm", "git-ssb"]` |
| 63 … | + These are resolved to message ids when the snippet is served. Default: `["ssb-npm"]` |
64 | 64 … | - `config.npm.postInstallCmd`: Command string for the bootstrap snippet to run |
65 | 65 … | after installing packages, if any. Default: `"sbot server"` |
66 | 66 … | |
67 | 67 … | ### Environmental variables |