mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #1880] [MERGED] feat: Added Environment Variable ANONYMIZED_TELEMETRY=false #7620
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/1880
Author: @silentoplayz
Created: 4/30/2024
Status: ✅ Merged
Merged: 5/1/2024
Merged by: @tjbck
Base:
dev← Head:saynototelemetry📝 Commits (3)
b763535Added: Environment Variable ANONYMIZED_TELEMETRY=False to .env.example & Dockerfile files to prevent/disable the creation of telemetry_user_id file created by Chroma in Docker installation methods.563377afixb202038Update Dockerfile📊 Changes
2 files changed (+9 additions, -3 deletions)
View changed files
📝
.env.example(+2 -1)📝
Dockerfile(+7 -2)📄 Description
Pull Request Checklist
Description
Added: Environment Variable
ANONYMIZED_TELEMETRY=falseto.env.example&Dockerfilefiles to preload thetelemetry_user_idfile created by Chroma in Docker installation methods with a nil UUID of00000000-0000-0000-0000-000000000000.Changelog Entry
Added
Environment Variable
ANONYMIZED_TELEMETRY=falseto.env.example&Dockerfilefiles to preload thetelemetry_user_idfile created by Chroma in Docker installation methods with a nil UUID of00000000-0000-0000-0000-000000000000.Fixed
telemetry_user_idfile from creating a true anonymized telemetry UUID on users and nullifying the generated UUID out entirely.Changed
Removed
Related #618
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.