-
Notifications
You must be signed in to change notification settings - Fork 22
Chocolatey proxy revise #591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
shb1383
wants to merge
57
commits into
Inedo:master
Choose a base branch
from
shb1383:chocolatey-proxy-revise
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+14
−8
Open
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
c41e3d1
updated proget screenshots with new ui
6a804df
Merge remote-tracking branch 'upstream/master'
588ea6b
Merge remote-tracking branch 'upstream/master'
65ee374
Merge remote-tracking branch 'upstream/master'
f3b51f9
Merge remote-tracking branch 'upstream/master'
ce1000d
Merge remote-tracking branch 'upstream/master'
4320f5f
Merge remote-tracking branch 'upstream/master'
582a5aa
Merge remote-tracking branch 'upstream/master'
50783cd
Merge remote-tracking branch 'upstream/master'
5d191c7
Merge remote-tracking branch 'upstream/master'
c6b0378
Merge remote-tracking branch 'upstream/master'
69ad6c7
Merge remote-tracking branch 'upstream/master'
f74d37c
Merge remote-tracking branch 'upstream/master'
f973f5d
Merge remote-tracking branch 'upstream/master'
4bc034b
Merge remote-tracking branch 'upstream/master'
e6e3bdb
Merge remote-tracking branch 'upstream/master'
24c2d9c
Merge remote-tracking branch 'upstream/master'
39255ee
Merge remote-tracking branch 'upstream/master'
86118e5
Merge remote-tracking branch 'upstream/master'
7dc2b33
Merge remote-tracking branch 'upstream/master'
292fb4f
Merge remote-tracking branch 'upstream/master'
19936c1
Merge remote-tracking branch 'upstream/master'
e8abb03
Merge remote-tracking branch 'upstream/master'
b84bef4
Merge remote-tracking branch 'upstream/master'
a393678
Merge remote-tracking branch 'upstream/master'
ce92da3
Merge remote-tracking branch 'upstream/master'
56543e2
Merge remote-tracking branch 'upstream/master'
b33a9bb
Merge remote-tracking branch 'upstream/master'
cc07575
Merge remote-tracking branch 'upstream/master'
992faf9
Merge remote-tracking branch 'upstream/master'
017dece
Merge remote-tracking branch 'upstream/master'
31202f5
Merge remote-tracking branch 'upstream/master'
331c125
Merge remote-tracking branch 'upstream/master'
24a0db8
Merge remote-tracking branch 'upstream/master'
a2bd4c4
Merge remote-tracking branch 'upstream/master'
f79e7bc
Merge remote-tracking branch 'upstream/master'
9729848
Merge remote-tracking branch 'upstream/master'
3ed375d
Merge remote-tracking branch 'upstream/master'
306a08d
Merge remote-tracking branch 'upstream/master'
7080e15
Merge remote-tracking branch 'upstream/master'
4f27640
Merge remote-tracking branch 'upstream/master'
6eb5f2b
Merge remote-tracking branch 'upstream/master'
82b8e2b
Merge remote-tracking branch 'upstream/master'
b5a627c
Merge remote-tracking branch 'upstream/master'
fd3f263
Merge remote-tracking branch 'upstream/master'
3aebb66
Merge remote-tracking branch 'upstream/master'
9d75e85
Merge remote-tracking branch 'upstream/master'
5c56560
Merge remote-tracking branch 'upstream/master'
b504302
Merge remote-tracking branch 'upstream/master'
2180dd1
Merge remote-tracking branch 'upstream/master'
c0c575b
Merge remote-tracking branch 'upstream/master'
d2ed021
Merge remote-tracking branch 'upstream/master'
d8b6c10
Merge remote-tracking branch 'upstream/master'
c700654
Merge remote-tracking branch 'upstream/master'
e78e0bb
Merge remote-tracking branch 'upstream/master'
64149e8
Merge remote-tracking branch 'upstream/master'
4d7623c
updated chocolatey proxy feed page
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
22 changes: 14 additions & 8 deletions
22
Content/proget/feeds/chocolatey/howto-chocolatey-proxyccr.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,26 +1,32 @@ | ||
| --- | ||
| title: "HOWTO: Set Up a Proxy Feed of the Chocolatey Community Repository" | ||
| title: "HOWTO: Proxy Packages from the Chocolatey Community Repository in ProGet" | ||
| order: 4 | ||
| --- | ||
|
|
||
| The Chocolatey Community Repository (CCR) is a resource for Chocolatey packages. If organizations want to use the CCR to serve packages to their clients, they must create an internal proxy repository that acts as a go-between between the CCR and the organization's endpoints. | ||
| With ProGet you can create "Feeds" to proxy packages from the Chocolatey Community Repository (CCR) and install them just as you would when installing them directly from Chocolatey. | ||
|
|
||
| Using an internal proxy repository prevents the organization from breaking Chocolatey's Terms of Use, possibly leading to the revocation of their Chocolatey for Business (C4B) license and legal action. It also prevents the organization from becoming rate limited, which places a block on queries and calls to the CCR. If this occurs, an organization [must reach out to Chocolatey](https://chocolatey.org/contact/blocked-ip-address) in order to have the block lifted. | ||
| Using ProGet as a proxy will cache packages locally, allowing teams to continue accessing packages even if the Chocolatey Community Repository is unavailable. Organizations using the CCR are also encouraged to use an internal proxy repository to help comply with Chocolatey's Terms of Use and avoid potential rate limiting issues that can restrict access the the repository. In some cases, organizations may [need to contact Chocolatey](https://chocolatey.org/contact/blocked-ip-address) directly to have access restored. | ||
|
|
||
| ## Create an Internal Proxy Repository in ProGet | ||
| This guide will cover how to set up a feed to proxy packages from the Chocolatey Community Repository using ProGet. | ||
|
|
||
| In your ProGet instance, select "Feeds" and "Create New Feed", and select "Chocolatey Packages". | ||
| ## Create a Chocolatey Proxy Feed | ||
|
|
||
| Start by selecting "Feeds" and "Create New Feed". Next, select "Chocolatey Packages", as we will creating a feed to proxy Chocolatey packages. | ||
|
|
||
| {height="" width="50%"} | ||
|
|
||
| Now select "Free/Open Source Chocolatey Packages" to create the internal proxy repository. | ||
| Now select "Free/Open Source Chocolatey Packages", which will allow us to proxy packages from the Chocolatey Community Repository. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| {height="" width="50%"} | ||
|
|
||
| From here, we name our feed. For this example, we will call it `public-chocolatey`, and then click "Create New Feed". | ||
| From here, name your feed. In this example, we'll call ours `public-chocolatey`. Then select "Create New Feed". | ||
|
|
||
| {height="" width="50%"} | ||
|
|
||
| ProGet will then redirect you to the newly created `public-chocolatey` feed, which will now be populated with packages proxied from the Chocolatey Community Repository. | ||
|
|
||
| {height="" width="50%"} | ||
|
|
||
| ## Additional Resources | ||
|
|
||
| You can visit Chocolatey's Zendesk Help Center for more information on how to configure Chocolatey sources for your ProGet instance. [Click here to get started.](https://chocolatey.zendesk.com/hc/en-us/articles/43231653511187-Configuring-Chocolatey-Sources-Inedo-ProGet) | ||
| You can visit [Chocolatey's Zendesk Help Center](https://chocolatey.zendesk.com/hc/en-us/articles/43231653511187-Configuring-Chocolatey-Sources-Inedo-ProGet) for more information on configuring Chocolatey sources for your ProGet instance. | ||
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is supposed to read, "...as we will be creating a feed to proxy Chocolatey packages."