Add information about WEBUI_SECRET_KEY and multi-node deployments

This commit is contained in:
Taylor Wilsdon 2025-03-14 15:34:15 -04:00
parent 2251150fa1
commit 108d01c73d

View File

@ -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
- 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`
- Type: `bool`