Get the latest tech news
Show HN: Simple modenized .NET NuGet server reached RC
Simple modenized NuGet server 📦. Contribute to kekyo/nuget-server development by creating an account on GitHub.
NuGet V3 API compatibility: Support for modern NuGet client operations No need database management: Store package file and nuspecs into filesystem directly, feel free any database managements Package publish: Flexible client to upload.nupkg files via HTTP POST using cURL and others Basic authentication: Setup authentication for publish and general access when you want it Reverse proxy support: Configurable trusted reverse proxy handling for proper URL resolution Modern Web UI with enhanced features: Multiple package upload: Drag & drop multiple .nupkg files at once User account management: Add/delete users, reset passwords (admin only) API password regeneration: Self-service API password updates Password change: Users can change their own passwords However, in my experience, this protocol uses multipart/form-data for transmission, which has caused issues with gateway services, reverse proxies, load balancers, and similar components. However, if you do not use HTTPS (TLS), be aware that the Authorization header will contain the plaintext password, making it vulnerable to sniffing.
Or read this on Hacker News