praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
685 stars 121 forks source link

Allow local cache for offline access #14

Open dansiegel opened 6 years ago

dansiegel commented 6 years ago

Description

As an extension to #13, there are certain scenarios where you may have one or more sources that you want available at all times. This could be very useful if the originating source is offline, or if your network itself is offline.

praeclarum commented 6 years ago

Great idea. I've been meaning to do something like this using blob storage anyway (so I can fetch out of memory packages on the same network).

I think having a configurable backing store that supports file systems and Azure Blobs would work well.