Skoging.Aspire.Hosting.Pangolin 0.1.0-alpha.2.2

This is a prerelease version of Skoging.Aspire.Hosting.Pangolin.
dotnet add package Skoging.Aspire.Hosting.Pangolin --version 0.1.0-alpha.2.2
                    
NuGet\Install-Package Skoging.Aspire.Hosting.Pangolin -Version 0.1.0-alpha.2.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Skoging.Aspire.Hosting.Pangolin" Version="0.1.0-alpha.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Skoging.Aspire.Hosting.Pangolin" Version="0.1.0-alpha.2.2" />
                    
Directory.Packages.props
<PackageReference Include="Skoging.Aspire.Hosting.Pangolin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Skoging.Aspire.Hosting.Pangolin --version 0.1.0-alpha.2.2
                    
#r "nuget: Skoging.Aspire.Hosting.Pangolin, 0.1.0-alpha.2.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Skoging.Aspire.Hosting.Pangolin@0.1.0-alpha.2.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Skoging.Aspire.Hosting.Pangolin&version=0.1.0-alpha.2.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Skoging.Aspire.Hosting.Pangolin&version=0.1.0-alpha.2.2&prerelease
                    
Install as a Cake Tool

Skoging.Aspire.Hosting.Pangolin

A label-driven Pangolin ingress provider for .NET Aspire Docker Compose deployments: externally-exposed services get pangolin.public-resources.* docker labels stamped onto the emitted compose, which a newt watcher turns into routed, TLS'd, optionally SSO-gated public endpoints. A destroy-phase step removes the routes on aspire destroy.

⚠️ Experimental / alpha. Built on Aspire 13.x [Experimental] pipeline APIs; pinned to Aspire 13.4, targets net10.0. API will change before 1.0.

builder.AddDockerComposeEnvironment("compose")
    .WithPangolinIngress(builder.Configuration.GetSection("Ingress"));

var web = builder.AddNpmApp("web", "../web")
    .WithHttpEndpoint(port: 3000)
    .WithExternalHttpEndpoints();          // external endpoints get ingress

web.WithPangolinPublicUrl("AUTH_URL");     // inject the public URL as env

Configure Ingress:Domain (absent = no-op, e.g. local runs), plus optional StackName (subdomain prefix), Sso/SsoIdp/WhitelistUsers, and ApiUrl/ApiKey/Org for teardown.

Per-resource: WithCustomDomain, WithPublicIngress() (SSO off for one resource), WithIngressUpstreamMethod("h2c") (gRPC backends), WithPangolinPublicUrl/Host.

Deploy-target-agnostic — depends only on Aspire.Hosting + Aspire.Hosting.Docker; pairs with (but does not depend on) Skoging.Aspire.Hosting.Komodo. Full docs: https://github.com/skoging/aspire-extensions

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-alpha.2.2 97 6/24/2026
0.1.0-alpha.2.1 70 6/24/2026
0.1.0-alpha.2 71 6/13/2026