Skip to content

Commit 5980445

Browse files
authored
Merge pull request #602 from headwAI-GmbH/add-new-update-check-flag
doc: add doc for flag ENABLE_VERSION_UPDATE_CHECK
2 parents 3097934 + 6413075 commit 5980445

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

docs/getting-started/env-configuration.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,18 @@ When deploying Open WebUI in a multi-node/worker cluster with a load balancer, y
956956

957957
:::
958958

959+
#### `ENABLE_VERSION_UPDATE_CHECK`
960+
961+
- Type: `bool`
962+
- Default: `True`
963+
- Description: When enabled, the application makes automatic update checks and notifies you about version updates.
964+
965+
:::info
966+
967+
If `OFFLINE_MODE` is enabled, this `ENABLE_VERSION_UPDATE_CHECK` flag is always set to `false` automatically.
968+
969+
:::
970+
959971
#### `OFFLINE_MODE`
960972

961973
- Type: `bool`
@@ -966,10 +978,10 @@ When deploying Open WebUI in a multi-node/worker cluster with a load balancer, y
966978

967979
**Disabled when enabled:**
968980

969-
- Automatic version update checks
981+
- Automatic version update checks (see flag `ENABLE_VERSION_UPDATE_CHECK`)
970982
- Downloads of embedding models from Hugging Face Hub
971983
- If you did not download an embedding model prior to activating `OFFLINE_MODE` any RAG, web search and document analysis functionality may not work properly
972-
- Update notifications in the UI
984+
- Update notifications in the UI (see flag `ENABLE_VERSION_UPDATE_CHECK`)
973985

974986
**Still functional:**
975987

docs/tutorials/offline-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The offline mode of Open WebUI lets you run the application without the need for
1717

1818
:::info
1919

20-
**Disabled when enabled:**
20+
**Disabled functionality when offline mode is enabled:**
2121

2222
- Automatic version update checks
2323
- Downloads of embedding models from Hugging Face Hub

0 commit comments

Comments
 (0)