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.
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.
🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.