Show HN: Simple modenized .NET NuGet server reached RC
9 days ago
- #Node.js
- #Docker
- #NuGet
- A simple NuGet server implementation built on Node.js that provides essential NuGet v3 API endpoints.
- Compatible with dotnet restore and standard NuGet clients for package publishing, querying, and manually downloading.
- Features a modern browser-based UI for package management, including viewing, downloading, and uploading packages.
- Supports user account management, including adding/deleting users and password resets.
- Easy setup with no database required; packages are stored directly in the filesystem.
- Supports basic authentication for secure access and package publishing.
- Includes a package importer for migrating packages from another NuGet server.
- Docker images available for multiple architectures, simplifying deployment.
- Configurable via command-line options, environment variables, or a JSON config file.
- Supports running behind a reverse proxy with configurable trusted proxies for proper URL resolution.