Skip to content

Commit

Permalink
Document npm upstreaming (github#24109)
Browse files Browse the repository at this point in the history
* Swap ecosystem toggles screenshot

Swapped in new screenshot with NPM upstreaming

* Initial description of npm upstreaming

Co-authored-by: Ethan Palm <[email protected]>
  • Loading branch information
galaxyeden and ethanpalm authored Jan 6, 2022
1 parent be4249b commit d429ee3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ To prevent new packages from being uploaded, you can set an ecosystem you previo
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
{% data reusables.enterprise_site_admin_settings.packages-tab %}
1. Under "Ecosystem Toggles", for each package type, select **Enabled**, **Read-Only**, or **Disabled**.
![Ecosystem toggles](/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png)
1. Under "Ecosystem Toggles", for each package type, select **Enabled**, **Read-Only**, or **Disabled**.{% ifversion ghes > 3.1 %}
![Ecosystem toggles](/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png){% else %}
![Ecosystem toggles](/assets/images/enterprise/3.1/site-admin-settings/ecosystem-toggles.png){% endif %}
{% data reusables.enterprise_management_console.save-settings %}

{% ifversion ghes = 3.0 or ghes > 3.0 %}
Expand All @@ -42,6 +43,8 @@ To allow network connections to the npm registry, you will need to configure net

Note that connections to `registry.npmjs.com` traverse through the Cloudflare network, and subsequently do not connect to a single static IP address; instead, a connection is made to an IP address within the CIDR ranges listed here: https://www.cloudflare.com/ips/.

If you wish to enable npm upstream sources, select `Enabled` for `npm upstreaming`.

{% endif %}

## Next steps
Expand Down

0 comments on commit d429ee3

Please sign in to comment.