mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #21651] [CLOSED] feat: ENABLE_ADMIN_ANALYTICS #41813
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21651
Author: @Classic298
Created: 2/20/2026
Status: ❌ Closed
Base:
dev← Head:claude/disable-analytics-env-var-C15Xy📝 Commits (2)
cf97350Add ENABLE_ANALYTICS_DASHBOARD env var to disable analytics449cd15Add ENABLE_ADMIN_ANALYTICS env var to disable analytics📊 Changes
7 files changed (+49 additions, -11 deletions)
View changed files
📝
backend/open_webui/config.py(+4 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/routers/analytics.py(+9 -2)📝
src/lib/stores/index.ts(+1 -0)📝
src/routes/(app)/admin/+layout.svelte(+9 -7)📝
src/routes/(app)/admin/analytics/+page.svelte(+12 -1)📝
src/routes/(app)/admin/analytics/[tab]/+page.svelte(+12 -1)📄 Description
As discussed in https://github.com/open-webui/open-webui/discussions/21548
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.