ABOUT
Umami makes it easy to collect, analyze, and understand your web data while maintaining visitor privacy and data ownership.
infoTo view the database credentials : `cat umami.creds`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM12 GB disk
Config path/opt/umami/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/umami.sh'; sha='ae74715138913eeadac309af10f4e2d52fb945e53a27f58fcb6a2c0368484260'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/umami.shSHA-256 ae74715138913eeadac309af10f4e2d52fb945e53a27f58fcb6a2c0368484260 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.