Update env-configuration.md

This commit is contained in:
Silentoplayz 2024-12-26 20:09:51 -05:00
parent 51b35a7d2f
commit 2bd01c0384

View File

@ -1382,37 +1382,7 @@ See https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-registe
- Default: `False` - Default: `False`
- Description: Enables or disables TLS for LDAP connection. - Description: Enables or disables TLS for LDAP connection.
## User Permissions ## Workspace 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.
#### `USER_PERMISSIONS_WORKSPACE_MODELS_ACCESS` #### `USER_PERMISSIONS_WORKSPACE_MODELS_ACCESS`
@ -1420,6 +1390,12 @@ See https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-registe
- Default: `True` - Default: `True`
- Description: Enables or disables user permission to access workspace models. - 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` #### `USER_PERMISSIONS_WORKSPACE_PROMPTS_ACCESS`
- Type: `bool` - Type: `bool`
@ -1432,6 +1408,32 @@ See https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-registe
- Default: `True` - Default: `True`
- Description: Enables or disables user permission to access workspace tools. - 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 ## Misc Environment Variables
These variables are not specific to Open WebUI but can still be valuable in certain contexts. These variables are not specific to Open WebUI but can still be valuable in certain contexts.