Add Umami web analytics example#296
Open
tjmgregory wants to merge 4 commits into
Open
Conversation
Deploys Umami v3.0.3 as a Next.js standalone app on a FROM scratch image, backed by the existing postgres example. Includes a workaround for the missing pgcrypto extension (not needed on PG16+). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- cd back to ../umami/ after postgres deploy (not examples/umami/) - Note macOS sed -i '' syntax difference for pgcrypto patch Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Location tracking is one of Umami's key features. Stripping it saved 54 MB but isn't worth the loss in functionality. Users who need a smaller image can add the rm line back. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The 386 MB image (with GeoIP data) OOMs at 1024 MiB during initramfs unpacking. 1536 MiB works reliably. Document the 1024 MiB option for users who strip GeoIP. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
umami/example deploying Umami v3.0.3 open-source web analyticspostgres/example as the database backendFROM scratchfinal stage following the same pattern ashttpserver-node21-nextjspgcryptoextension (not needed on PG16+ which hasgen_random_uuid()built-in)Files
umami/Kraftfilenode /app/server.jsumami/Dockerfileumami/README.mdumami/.dockerignore.unikraft/build artifactsTested on
frapostgres/example🤖 Generated with Claude Code