Add Umami hosting integration#956
Merged
aaronpowell merged 17 commits intoCommunityToolkit:mainfrom Jan 16, 2026
Merged
Conversation
aaronpowell
requested changes
Nov 10, 2025
Member
aaronpowell
left a comment
There was a problem hiding this comment.
Just a few questions about the design, and it looks like the integration test isn't passing.
aaronpowell
reviewed
Nov 15, 2025
b00f1dc to
6b79d32
Compare
0ecd6ec to
5d65e94
Compare
aaronpowell
requested changes
Jan 14, 2026
| var umami = builder | ||
| .AddUmami("umami", port: 55932) | ||
| .WithPostgreSQL(postgresdb) | ||
| .OnResourceReady(async (resource, _, ct) => |
Member
There was a problem hiding this comment.
I assume that this is only for something you want in this demo app and not something you'd need to do all the time right?
Contributor
Author
There was a problem hiding this comment.
Yes, this is for demo purpose.
…ommunityToolkit.Aspire.Hosting.Umami.AppHost.csproj
aaronpowell
approved these changes
Jan 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the Umami (https://umami.is/) hosting integration, a web analytics solution that can be self-hosted simply with a SQL backend storage.
Note: only PostgreSQL is currently supported as a backend storage.
PR Checklist
Other information
WithStorageBackendextension method, not sure if that follows the current convention