Skip to content

liuyl1992/NuGetServer

 
 

Repository files navigation

A simple NuGet server which hosts an authenticated read-only feed. The feed is authenticated using BASIC authentication, which works with the package manager. There is an interface for administrating users.

Installation Instructions

  1. Download the release (or get the source code, build and publish it).
  2. Create an IIS web site that points to the folder where you put the download.
  3. Login using the account admin/abcd to create the user accounts you want. Do not delete the last admin account.
  4. Put any package you want to be in your feed inside the ~/Packages folder
  5. (Optional) Edit any of the views to fit your purpose better.

About

A simple NuGet server which supports authentication

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 39.3%
  • Python 33.2%
  • JavaScript 27.4%
  • Classic ASP 0.1%