mirror of
https://github.com/open-webui/docs
synced 2025-06-12 17:43:00 +00:00
Add information about WEBUI_SECRET_KEY and multi-node deployments
This commit is contained in:
parent
2251150fa1
commit
108d01c73d
@ -682,6 +682,12 @@ directly. Ensure that no users are present in the database, if you intend to tur
|
|||||||
- Docker Default: Randomly generated on first start
|
- Docker Default: Randomly generated on first start
|
||||||
- Description: Overrides the randomly generated string used for JSON Web Token.
|
- Description: Overrides the randomly generated string used for JSON Web Token.
|
||||||
|
|
||||||
|
:::info
|
||||||
|
|
||||||
|
When deploying Open-WebUI in a multiple node cluster with a load balancer, you must ensure that the WEBUI_SECRET_KEY value is the same across all instances in order to enable users to continue working if a node is recycled or their session is transferred to a different node. Without it, they will need to sign in again each time the underlying node changes.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
#### `OFFLINE_MODE`
|
#### `OFFLINE_MODE`
|
||||||
|
|
||||||
- Type: `bool`
|
- Type: `bool`
|
||||||
|
Loading…
Reference in New Issue
Block a user