[PR #343] [MERGED] Update env-configuration.md #426

Closed
opened 2026-02-15 17:16:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/343
Author: @silentoplayz
Created: 12/26/2024
Status: Merged
Merged: 12/29/2024
Merged by: @tjbck

Base: mainHead: update-env-doc


📝 Commits (10+)

📊 Changes

3 files changed (+1382 additions, -515 deletions)

View changed files

📝 docs/features/rag.md (+4 -0)
📝 docs/getting-started/advanced-topics/env-configuration.md (+1378 -514)
📝 docs/getting-started/advanced-topics/logging.md (+0 -1)

📄 Description

Update Open WebUI's list of environment variables (v0.3.20 -> v0.5.11). My apologies for the two separate initial commits rather than one to help compare side-by-side. I'm still learning GitHub Desktop.

This PR adds environment variables accessed by Open WebUI, but were not previously documented. I also tried to sort the environment variables the best I could, so there's a bunch of new categories.

Future improvements to Open WebUI's list of environment variables can include:

  • Distinguishing between persistent and non-persistent environment variables.
  • Listing available options (Sorta Hard) and default values (should mostly be complete) for restricted environment variables where necessary.
  • Identifying incompatible variable combinations and provide warnings or notes. (Hard)
  • Reviewing each environment variable and fixing any misinformation to improve correctness. (Also Hard)

Before:
image

After:
image


🔄 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/docs/pull/343 **Author:** [@silentoplayz](https://github.com/silentoplayz) **Created:** 12/26/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `update-env-doc` --- ### 📝 Commits (10+) - [`af900c8`](https://github.com/open-webui/docs/commit/af900c88030922e779b45c808f83e7618c4465ac) Update env-configuration.md - [`077c2fe`](https://github.com/open-webui/docs/commit/077c2fe62623c3c0aff16305236fed9ad83caf89) Update env-configuration.md - [`51b35a7`](https://github.com/open-webui/docs/commit/51b35a7d2f707c522c8b432dc06a0d37958a930f) update - [`2bd01c0`](https://github.com/open-webui/docs/commit/2bd01c03845bc38efc213c9ec7ca726d8c12b48e) Update env-configuration.md - [`1a816f2`](https://github.com/open-webui/docs/commit/1a816f25b9c83f75109d3a28912608b4638d3eec) bump - [`8e560d3`](https://github.com/open-webui/docs/commit/8e560d3324bc8e5287e4912d212974304aa4e4fd) Update logging.md - [`bfae273`](https://github.com/open-webui/docs/commit/bfae273dca52df0f507a3d4feb660141134b9493) Update env-configuration.md - [`7aeb119`](https://github.com/open-webui/docs/commit/7aeb119fc77c300152514db1aa2d002d06da4b22) Update env-configuration.md - [`4001fa5`](https://github.com/open-webui/docs/commit/4001fa5f3f1e7a49bbdd85876c8124ee2995a28a) Update env-configuration.md - [`a9acab2`](https://github.com/open-webui/docs/commit/a9acab2762d1d8d39c180ebb2a3a4aacf4b303de) Update env-configuration.md ### 📊 Changes **3 files changed** (+1382 additions, -515 deletions) <details> <summary>View changed files</summary> 📝 `docs/features/rag.md` (+4 -0) 📝 `docs/getting-started/advanced-topics/env-configuration.md` (+1378 -514) 📝 `docs/getting-started/advanced-topics/logging.md` (+0 -1) </details> ### 📄 Description Update Open WebUI's list of environment variables (v0.3.20 -> v0.5.11). My apologies for the two separate initial commits rather than one to help compare side-by-side. I'm still learning GitHub Desktop. This PR adds environment variables accessed by Open WebUI, but were not previously documented. I also tried to sort the environment variables the best I could, so there's a bunch of new categories. Future improvements to Open WebUI's list of environment variables can include: - [x] Distinguishing between persistent and non-persistent environment variables. - [ ] Listing available options (Sorta Hard) and default values (should mostly be complete) for restricted environment variables where necessary. - [ ] Identifying incompatible variable combinations and provide warnings or notes. (Hard) - [ ] Reviewing each environment variable and fixing any misinformation to improve correctness. (Also Hard) Before: ![image](https://github.com/user-attachments/assets/7cc211af-2eea-4e81-afa3-3e8f0b743fca) After: ![image](https://github.com/user-attachments/assets/606ef642-5809-41ed-a0ae-a062c72d3637) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:56 -05:00
yindo closed this issue 2026-02-15 17:16:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#426