[PR #212] [MERGED] Update env-configuration.md #314

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/212
Author: @silentoplayz
Created: 9/11/2024
Status: Merged
Merged: 9/12/2024
Merged by: @tjbck

Base: mainHead: silentoplayz-env-updates


📝 Commits (5)

  • 6b3ccc3 Update env-configuration.md
  • e69f972 Update env-configuration.md
  • 4fab525 Update env-configuration.md
  • 2fe0547 Update env-configuration.md
  • e7433ac Update env-configuration.md

📊 Changes

1 file changed (+244 additions, -153 deletions)

View changed files

📝 docs/getting-started/env-configuration.md (+244 -153)

📄 Description

Environment Variable Updates

In this PR, I've made the following changes:

Removed:

  • Environment variables that were documented but not accessed:
ENABLE_LITELLM
LITELLM_PROXY_HOST
LITELLM_PROXY_PORT
PORT
RAG_WEB_SEARCH_DOMAIN_FILTER_LIST
http_proxy
https_proxy
no_proxy
  • Deprecated environment variables:
OLLAMA_API_BASE_URL
SEARCH_QUERY_PROMPT_LENGTH_THRESHOLD
  • Removed the LiteLLM section to avoid confusion.

Added:

  • New environment variables:
USER_PERMISSIONS_CHAT_EDITING
USER_PERMISSIONS_CHAT_TEMPORARY
ENABLE_ADMIN_CHAT_ACCESS
ENABLE_MESSAGE_RATING
DEFAULT_LOCALE
FUNCTIONS_DIR
FONTS_DIR
CORS_ALLOW_ORIGIN
CONTENT_EXTRACTION_ENGINE
TIKA_SERVER_URL
RAG_FILE_MAX_COUNT
RAG_FILE_MAX_SIZE
ENABLE_SEARCH_QUERY
SEARCHAPI_API_KEY
SEARCHAPI_ENGINE
AUDIO_TTS_API_KEY
AUDIO_TTS_SPLIT_ON
AUTOMATIC1111_API_AUTH
COMFYUI_WORKFLOW
TOOLS_DIR

Other Improvements:

  • Updated prompt templates
  • Rearranged environment variables in the documentation for better organization
  • Added missing environment variables that were previously undocumented

Special thanks to @cheahjs for contributing new environment variables and creating a script to scan for missing env vars in the documentation (PR #207).


🔄 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/212 **Author:** [@silentoplayz](https://github.com/silentoplayz) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `silentoplayz-env-updates` --- ### 📝 Commits (5) - [`6b3ccc3`](https://github.com/open-webui/docs/commit/6b3ccc3aa04f281792e6dfe1f3edfbe555a328d2) Update env-configuration.md - [`e69f972`](https://github.com/open-webui/docs/commit/e69f972fdcfcfdca57b0a4986a3edbb54f3d3110) Update env-configuration.md - [`4fab525`](https://github.com/open-webui/docs/commit/4fab52571dddab4062e91f990fef853c05ce39ae) Update env-configuration.md - [`2fe0547`](https://github.com/open-webui/docs/commit/2fe054760a68796de07a95f87fffbe167fc79845) Update env-configuration.md - [`e7433ac`](https://github.com/open-webui/docs/commit/e7433ac95c210a08313f25cd9bf469a502a73f6d) Update env-configuration.md ### 📊 Changes **1 file changed** (+244 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/env-configuration.md` (+244 -153) </details> ### 📄 Description **Environment Variable Updates** In this PR, I've made the following changes: **Removed:** * Environment variables that were documented but not accessed: ``` ENABLE_LITELLM LITELLM_PROXY_HOST LITELLM_PROXY_PORT PORT RAG_WEB_SEARCH_DOMAIN_FILTER_LIST http_proxy https_proxy no_proxy ``` * Deprecated environment variables: ``` OLLAMA_API_BASE_URL SEARCH_QUERY_PROMPT_LENGTH_THRESHOLD ``` * Removed the LiteLLM section to avoid confusion. **Added:** * New environment variables: ``` USER_PERMISSIONS_CHAT_EDITING USER_PERMISSIONS_CHAT_TEMPORARY ENABLE_ADMIN_CHAT_ACCESS ENABLE_MESSAGE_RATING DEFAULT_LOCALE FUNCTIONS_DIR FONTS_DIR CORS_ALLOW_ORIGIN CONTENT_EXTRACTION_ENGINE TIKA_SERVER_URL RAG_FILE_MAX_COUNT RAG_FILE_MAX_SIZE ENABLE_SEARCH_QUERY SEARCHAPI_API_KEY SEARCHAPI_ENGINE AUDIO_TTS_API_KEY AUDIO_TTS_SPLIT_ON AUTOMATIC1111_API_AUTH COMFYUI_WORKFLOW TOOLS_DIR ``` **Other Improvements:** * Updated prompt templates * Rearranged environment variables in the documentation for better organization * Added missing environment variables that were previously undocumented Special thanks to @cheahjs for contributing new environment variables and creating a script to scan for missing env vars in the documentation ([PR #207](https://github.com/open-webui/docs/pull/207)). --- <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:20 -05:00
yindo closed this issue 2026-02-15 17:16:20 -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#314