Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msx752/privatenupkgserver

.nupkg package provider (supports v3 api) and .NET 6 Minimal API
https://github.com/msx752/privatenupkgserver

minimalapi net-6 net-6-minapi-crud-project netcore nuget nuget-packages nupkg nupkgs private-nuget-package-provider

Last synced: 4 days ago
JSON representation

.nupkg package provider (supports v3 api) and .NET 6 Minimal API

Awesome Lists containing this project

README

        

# PrivateNupkgServer

forked from [MaiReo/nugetserver](https://github.com/MaiReo/nugetserver) and has been revised/modernized to **.NET 6.0** and following new framework features have been applied.
- **(.NET 6, C# 10); Minimal API has been applied
- **(.NET 6, C# 10); new File Scoped Namespaces has been applied**

## Supported Storages

| Types of the Supported Nupkg Storage | Description |
| --- | ----------- |
| LocalDisk | Stores in Physical Environment |
| AzureBlobStorage | requires Azure Storage Account |

## Next Steps
- convert to extension library for each supported storage types
- Distributed Cache Service
- Distributed Search Service
- Tenant for the Organizations
- Download Counter
- UI for the basic management
- Login Page for the UI