From 0d14069e430c7cff570a427bab08328e53b14ffe Mon Sep 17 00:00:00 2001 From: thhsh-local Date: Tue, 20 May 2025 16:22:07 -0400 Subject: [PATCH] Create umami.md --- .../infrastructure/monitoring/.nav.yml | 3 ++- .../infrastructure/monitoring/umami.md | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 docs/handbook/infrastructure/monitoring/umami.md diff --git a/docs/handbook/infrastructure/monitoring/.nav.yml b/docs/handbook/infrastructure/monitoring/.nav.yml index 10c0e35..4cfcc39 100644 --- a/docs/handbook/infrastructure/monitoring/.nav.yml +++ b/docs/handbook/infrastructure/monitoring/.nav.yml @@ -2,4 +2,5 @@ title: Monitoring nav: - index.md - beszel.md - - uptime.md \ No newline at end of file + - uptime.md + - umami.md \ No newline at end of file diff --git a/docs/handbook/infrastructure/monitoring/umami.md b/docs/handbook/infrastructure/monitoring/umami.md new file mode 100644 index 0000000..d4555b9 --- /dev/null +++ b/docs/handbook/infrastructure/monitoring/umami.md @@ -0,0 +1,20 @@ +# Umami + +Umami is an open-source, privacy-focused web analytics tool that serves as an alternative to Google Analytics. It provides essential insights into website traffic, user behavior, and performance, all while prioritizing data privacy. + +Unlike many traditional analytics platforms, Umami does not collect or store personal data, avoiding the need for cookies, and is GDPR and PECR compliant. + +Designed to be lightweight and easy to set up, Umami can be self-hosted, giving users full control over their data. + +**URL**: [:octicons-tab-external-16: metrics.starcatsys.net](https://metrics.starcatsys.net) +**Homepage**: [:octicons-link-external-16: umami.is](https://umami.is/) +**Hosting**: [:octicons-arrow-right-16: PikaPods](../servers_and_hosting/pikapods.md) :flags-eu: `EU` + +## Groups +The `StarCat` group contains the majority of the websites that we monitor. + +To get access to this group, please see the notes in the internal handbook, below. + +## Additional Information + +Please see the [:material-book-lock: MXroute](https://internal-handbook.starcatsys.net/infrastructure_apps/communication/mxroute/) page of the internal handbook for additional configuration and access information. \ No newline at end of file