CommunityToolkit.Aspire.Hosting.Umami
📦 CommunityToolkit.Aspire.Hosting.Umami v13.4.0 2 Functions
1 Types
1 types and 2 members
Types
Functions
method
addUmami builder Adds a Umami resource to the application model. A container is used for local development. The default image is and the tag is .
addUmami(name: string, secret?: ParameterResource, port?: number): UmamiResource method
withPostgreSQL builder Configures PostgreSQL as the storage backend for Umami
withPostgreSQL(database: PostgresDatabaseResource): UmamiResource