From 1a9a895afa61e8242622146b937ef86e15b32433 Mon Sep 17 00:00:00 2001 From: SandObserver <260779319+SandObserver@users.noreply.github.com> Date: Sun, 20 Sep 2026 19:17:45 -0400 Subject: [PATCH] Document the Umami API key field --- src/content/docs/docs/widgets/connections.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/docs/widgets/connections.mdx b/src/content/docs/docs/widgets/connections.mdx index f50a0a1..594b458 100644 --- a/src/content/docs/docs/widgets/connections.mdx +++ b/src/content/docs/docs/widgets/connections.mdx @@ -30,8 +30,8 @@ Medium only. One marker per service, with an optional legend. { name: 'Plausible', icon: 'plausible', kind: 'Web analytics', needs: 'URL, site ID, API key', fields: [['Plausible URL', 'Such as `plausible:8000`.'], ['Site ID', 'The site domain.'], ['Stats API key', '']], links: [{ label: 'plausible/analytics', href: 'https://github.com/plausible/analytics' }] }, - { name: 'Umami', icon: 'umami', kind: 'Web analytics', needs: 'URL, website ID, login', - fields: [['Umami URL', 'Such as `umami:3000`.'], ['Website ID', 'The website UUID.'], ['Username and password', 'The Umami login.']], + { name: 'Umami', icon: 'umami', kind: 'Web analytics', needs: 'URL, website ID, API key or login', + fields: [['Umami URL', 'Such as `umami:3000`.'], ['Website ID', 'The website UUID.'], ['API key', 'Umami 3.4.0 and later. Leave empty to sign in with a username and password.'], ['Username and password', 'The Umami login.']], links: [{ label: 'umami-software/umami', href: 'https://github.com/umami-software/umami' }] }, ]} />