feat(umami): add Umami analytics installer - #1
Open
KartikJain14 wants to merge 1 commit into
Open
Conversation
Self-contained install (Umami app + PostgreSQL 16) following the standard install.sh/domain.sh + shared caddy-setup pattern. App bound to 127.0.0.1:3000 and fronted by Caddy over HTTPS. APP_SECRET and DB password are generated once and persisted across re-runs.
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.
What
Adds Umami (privacy-friendly, self-hosted web analytics) as a new app example.
How
Follows the existing catalog convention —
install.sh+domain.shon top of the shared_common/caddy-setup.shflow, matching self-contained apps likenocodb/open-webui:docker-compose.yml).127.0.0.1:3000; Caddy fronts it over HTTPS with the standard initializing → reverse-proxy switch.APP_SECRETand the DB password are generated once (openssl rand) and persisted to.app_secret/.database_password, so re-runs stay stable and don't invalidate sessions.domain.shhas nothing to rewrite (Umami reads no host/base-URL env), so it just points Caddy at the running container.Notes for reviewers
ghcr.io/umami-software/umami:postgresql-v2.19.0— please confirm this is the desired tag before merge.admin/umami); the README calls out changing it on first login./var/excloud+ Docker) — happy to adjust after a test deploy.