mirror of
https://github.com/open-webui/docs
synced 2025-06-09 08:06:20 +00:00
Update env-configuration.md
This commit is contained in:
parent
51b35a7d2f
commit
2bd01c0384
@ -1382,37 +1382,7 @@ See https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-registe
|
||||
- Default: `False`
|
||||
- Description: Enables or disables TLS for LDAP connection.
|
||||
|
||||
## User Permissions
|
||||
|
||||
#### `USER_PERMISSIONS_CHAT_TEMPORARY`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to create temporary chats.
|
||||
|
||||
#### `USER_PERMISSIONS_CHAT_EDIT`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to edit chats.
|
||||
|
||||
#### `USER_PERMISSIONS_CHAT_DELETE`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to delete chats.
|
||||
|
||||
#### `USER_PERMISSIONS_CHAT_FILE_UPLOAD`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to upload files to chats.
|
||||
|
||||
#### `USER_PERMISSIONS_WORKSPACE_KNOWLEDGE_ACCESS`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to access workspace knowledge.
|
||||
## Workspace Permissions
|
||||
|
||||
#### `USER_PERMISSIONS_WORKSPACE_MODELS_ACCESS`
|
||||
|
||||
@ -1420,6 +1390,12 @@ See https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-registe
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to access workspace models.
|
||||
|
||||
#### `USER_PERMISSIONS_WORKSPACE_KNOWLEDGE_ACCESS`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to access workspace knowledge.
|
||||
|
||||
#### `USER_PERMISSIONS_WORKSPACE_PROMPTS_ACCESS`
|
||||
|
||||
- Type: `bool`
|
||||
@ -1432,6 +1408,32 @@ See https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-registe
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to access workspace tools.
|
||||
|
||||
## Chat Permissions
|
||||
|
||||
#### `USER_PERMISSIONS_CHAT_FILE_UPLOAD`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to upload files to chats.
|
||||
|
||||
#### `USER_PERMISSIONS_CHAT_DELETE`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to delete chats.
|
||||
|
||||
#### `USER_PERMISSIONS_CHAT_EDIT`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to edit chats.
|
||||
|
||||
#### `USER_PERMISSIONS_CHAT_TEMPORARY`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `True`
|
||||
- Description: Enables or disables user permission to create temporary chats.
|
||||
|
||||
## Misc Environment Variables
|
||||
|
||||
These variables are not specific to Open WebUI but can still be valuable in certain contexts.
|
||||
|
Loading…
Reference in New Issue
Block a user