chocolatey / cChoco

Community resource to manage Chocolatey
Apache License 2.0
154 stars 99 forks source link

Need an example to avoid corporate network rate limiting. #166

Closed timothy-mcroy-cengage closed 2 years ago

timothy-mcroy-cengage commented 2 years ago

Is your feature request related to a problem? Please describe. The default Example.ps1 config does not include an example to utilize a private NuGet feed to install chocolatey. When folks use the default example, they will run into Chocolatey's HTTP 429 rate limiting if they create too many servers too quickly behind a NAT.

Describe the solution you'd like Introducing another example that demonstrates how to override the download location.

Describe alternatives you've considered Possibly hosting a separate install.ps1 script in my local SCM. This isn't the right solution though as both are working around the same problem of DSC relying on external scripts that aren't part of the DSC module. An example of the workaround is more accessible and easier to implement.

Additional context Example implemented in a fork.

pauby commented 2 years ago

This was added here.