8

I have a build server that pulls nuget packages on every build, and currently have a NugetGallery deployed internally for custom packages. Right now that eats bandwidth like no tomorrow (not a huge deal, but I want to be kind and make things faster for us).

So I want to auto-mirror repos and cache them.

So far I have a few options: MyGet, which is a cloud-only offering (so no), and Proget (which I'm leaning towards). Are there any other options for auto-mirroring I'm missing?

StrangeWill
  • 2,106
  • 1
  • 23
  • 36

4 Answers4

5

Klondike is an open-source NuGet package manager that you can deploy privately to your own servers.

Chris Eldredge
  • 2,931
  • 2
  • 23
  • 33
3

Inedo's ProGet is by far the most popular choice for on-prem NuGet servers, but both JFrog and Sonatype have options as well.

Karl Harnagy
  • 717
  • 5
  • 10
1

You didn't mention whether you have multiple locations to support in your setup. If you do, I'd like to point you to this new feature developed by Inedo (ProGet) and MyGet in partnership:

http://blog.myget.org/post/2015/01/28/Introducing-MyGet-Feed-Sync.aspx

Xavier Decoster
  • 14,580
  • 5
  • 35
  • 46
0

BaGet is the best tool if you looking for something similar to vardaccio or Devpi. It is opensource and capable of caching packages by enabling read-through caching

pouya
  • 3,400
  • 6
  • 38
  • 53