USER_PERMISSIONS_WORKSPACE_MODELS_ALLOW_SHARING missing in documentation #147

Closed
opened 2026-02-15 17:15:21 -05:00 by yindo · 3 comments
Owner

Originally created by @m20l22 on GitHub (Feb 2, 2026).

New environment variable USER_PERMISSIONS_WORKSPACE_MODELS_ALLOW_SHARING (and corresponding environment variables for other workspace item types) has been introduced in OI version v0.6.37. The new variables are not documented. See https://docs.openwebui.com/getting-started/env-configuration/#workspace-permissions.

Originally created by @m20l22 on GitHub (Feb 2, 2026). New environment variable `USER_PERMISSIONS_WORKSPACE_MODELS_ALLOW_SHARING` (and corresponding environment variables for other workspace item types) has been introduced in OI version [v0.6.37](https://github.com/open-webui/open-webui/releases/tag/v0.6.37). The new variables are not documented. See https://docs.openwebui.com/getting-started/env-configuration/#workspace-permissions.
yindo closed this issue 2026-02-15 17:15:21 -05:00
Author
Owner

@m20l22 commented on GitHub (Feb 2, 2026):

Corresponding import and export variables are also missing in documentation.

      #### IMPORT / EXPORT
      USER_PERMISSIONS_WORKSPACE_MODELS_IMPORT: "True"
      USER_PERMISSIONS_WORKSPACE_MODELS_EXPORT: "True"
      USER_PERMISSIONS_WORKSPACE_PROMPTS_IMPORT: "True"
      USER_PERMISSIONS_WORKSPACE_PROMPTS_EXPORT: "True"
      USER_PERMISSIONS_WORKSPACE_TOOLS_IMPORT: "False"
      USER_PERMISSIONS_WORKSPACE_TOOLS_EXPORT: "False"
@m20l22 commented on GitHub (Feb 2, 2026): Corresponding import and export variables are also missing in documentation. ``` #### IMPORT / EXPORT USER_PERMISSIONS_WORKSPACE_MODELS_IMPORT: "True" USER_PERMISSIONS_WORKSPACE_MODELS_EXPORT: "True" USER_PERMISSIONS_WORKSPACE_PROMPTS_IMPORT: "True" USER_PERMISSIONS_WORKSPACE_PROMPTS_EXPORT: "True" USER_PERMISSIONS_WORKSPACE_TOOLS_IMPORT: "False" USER_PERMISSIONS_WORKSPACE_TOOLS_EXPORT: "False" ```
Author
Owner

@Classic298 commented on GitHub (Feb 2, 2026):

True, thanks.

@Classic298 commented on GitHub (Feb 2, 2026): True, thanks.
Author
Owner

@Classic298 commented on GitHub (Feb 2, 2026):

should be fixed with https://github.com/open-webui/docs/commit/1b8ad698113209fb97fb63dcf301efc9553c7232 on dev - going to main with the next ver

@Classic298 commented on GitHub (Feb 2, 2026): should be fixed with https://github.com/open-webui/docs/commit/1b8ad698113209fb97fb63dcf301efc9553c7232 on dev - going to main with the next ver
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#147