[PR #1880] [MERGED] feat: Added Environment Variable ANONYMIZED_TELEMETRY=false #7620

Closed
opened 2025-11-11 17:31:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: saynototelemetry


📝 Commits (3)

  • b763535 Added: 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.
  • 563377a fix
  • b202038 Update Dockerfile

📊 Changes

2 files changed (+9 additions, -3 deletions)

View changed files

📝 .env.example (+2 -1)
📝 Dockerfile (+7 -2)

📄 Description

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

Added: Environment Variable ANONYMIZED_TELEMETRY=false to .env.example & Dockerfile files to preload the telemetry_user_id file created by Chroma in Docker installation methods with a nil UUID of 00000000-0000-0000-0000-000000000000.


Changelog Entry

Added

Environment Variable ANONYMIZED_TELEMETRY=false to .env.example & Dockerfile files to preload the telemetry_user_id file created by Chroma in Docker installation methods with a nil UUID of 00000000-0000-0000-0000-000000000000.

Fixed

  • telemetry_user_id file from creating a true anonymized telemetry UUID on users and nullifying the generated UUID out entirely.

Changed

  • [List any changes or updates]

Removed

  • [List any removed features or files]

Related #618


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/1880 **Author:** [@silentoplayz](https://github.com/silentoplayz) **Created:** 4/30/2024 **Status:** ✅ Merged **Merged:** 5/1/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `saynototelemetry` --- ### 📝 Commits (3) - [`b763535`](https://github.com/open-webui/open-webui/commit/b763535c92a516c8f248ceecf7f7015a4134fa17) Added: 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. - [`563377a`](https://github.com/open-webui/open-webui/commit/563377a58af918485f3a737a66862f9e118c1747) fix - [`b202038`](https://github.com/open-webui/open-webui/commit/b2020383dd5878db43bb6ec7d64a112cb81fe3a3) Update Dockerfile ### 📊 Changes **2 files changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+2 -1) 📝 `Dockerfile` (+7 -2) </details> ### 📄 Description ## Pull Request Checklist - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [x] **Documentation:** Have you updated relevant documentation? - [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description Added: Environment Variable `ANONYMIZED_TELEMETRY=false` to `.env.example` & `Dockerfile` files to preload the `telemetry_user_id` file created by Chroma in Docker installation methods with a nil UUID of `00000000-0000-0000-0000-000000000000`. --- ### Changelog Entry ### Added Environment Variable `ANONYMIZED_TELEMETRY=false` to `.env.example` & `Dockerfile` files to preload the `telemetry_user_id` file created by Chroma in Docker installation methods with a nil UUID of `00000000-0000-0000-0000-000000000000`. ### Fixed - `telemetry_user_id` file from creating a true anonymized telemetry UUID on users and nullifying the generated UUID out entirely. ### Changed - [List any changes or updates] ### Removed - [List any removed features or files] Related #618 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:31:43 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7620