CommunityToolkit.Aspire.Hosting.Listmonk
📦 CommunityToolkit.Aspire.Hosting.Listmonkv13.5.016Functions
1Types
1 types and 5 members
Types
Functions
method
addListmonkbuilderAdds a listmonk container resource to the application model. The default image is and the tag is .
addListmonk(name: string, port?: number): ListmonkResourcemethod
withAdminCredentialsbuilderConfigures the first-run listmonk Super Admin credentials.
withAdminCredentials(username: string, password: ParameterResource): ListmonkResourcemethod
withAdminPasswordbuilderConfigures the first-run listmonk Super Admin password.
withAdminPassword(password: ParameterResource): ListmonkResourcemethod
withAdminUserbuilderConfigures the first-run listmonk Super Admin username.
withAdminUser(username: string): ListmonkResourcemethod
withAppAddressbuilderConfigures the listmonk web server address.
withAppAddress(address: string): ListmonkResourcemethod
withDatabaseMaxIdleConnectionsbuilderConfigures the maximum number of idle PostgreSQL connections.
withDatabaseMaxIdleConnections(maxIdle: number): ListmonkResourcemethod
withDatabaseMaxLifetimebuilderConfigures the maximum lifetime for PostgreSQL connections.
withDatabaseMaxLifetime(maxLifetime: string): ListmonkResourcemethod
withDatabaseMaxOpenConnectionsbuilderConfigures the maximum number of open PostgreSQL connections.
withDatabaseMaxOpenConnections(maxOpen: number): ListmonkResourcemethod
withDatabaseParametersbuilderConfigures additional PostgreSQL DSN parameters.
withDatabaseParameters(parameters: string): ListmonkResourcemethod
withDatabaseSslModebuilderConfigures the PostgreSQL SSL mode used by listmonk.
withDatabaseSslMode(sslMode: string): ListmonkResourcemethod
withGroupIdbuilderConfigures the group ID used by the listmonk container entrypoint.
withGroupId(groupId: number): ListmonkResourcemethod
withReferencebuilderReferences a `PostgresDatabaseResource` as the PostgreSQL database for the listmonk resource.
withReference(database: PostgresDatabaseResource): ListmonkResourcemethod
withTimeZonebuilderConfigures the time zone used by the listmonk container.
withTimeZone(timeZone: string): ListmonkResourcemethod
withUploadsBindMountbuilderAdds a bind mount for listmonk media uploads.
withUploadsBindMount(source: string): ListmonkResourcemethod
withUploadsVolumebuilderAdds a named volume for listmonk media uploads.
withUploadsVolume(name?: string): ListmonkResourcemethod
withUserIdbuilderConfigures the user ID used by the listmonk container entrypoint.
withUserId(userId: number): ListmonkResource