mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
add document for new variable OFFLINE_MODE
This commit is contained in:
parent
77aca7d23b
commit
81b03b9dc6
@ -290,6 +290,12 @@ Documentation on URL scheme available [here](https://docs.peewee-orm.com/en/late
|
||||
- Default: `False`
|
||||
- Description: Enables safe mode, which disables potentially unsafe features.
|
||||
|
||||
#### `OFFLINE_MODE`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `False`
|
||||
- Description: Enables offline mode, which disables features requires internet and recommended for Air-gapped enviornment.
|
||||
|
||||
#### `WEBUI_SESSION_COOKIE_SAME_SITE`
|
||||
|
||||
- Type: `str` (enum: `lax`, `strict`, `none`)
|
||||
|
Loading…
Reference in New Issue
Block a user