Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/getting-started/env-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ As new variables are introduced, this page will be updated to reflect the growin

:::info

This page is up-to-date with Open WebUI release version [v0.6.30](https://github.com/open-webui/open-webui/releases/tag/v0.6.30), but is still a work in progress to later include more accurate descriptions, listing out options available for environment variables, defaults, and improving descriptions.
This page is up-to-date with Open WebUI release version [v0.6.31](https://github.com/open-webui/open-webui/releases/tag/v0.6.30), but is still a work in progress to later include more accurate descriptions, listing out options available for environment variables, defaults, and improving descriptions.

:::

Expand Down Expand Up @@ -3597,6 +3597,12 @@ If `OAUTH_PICTURE_CLAIM` is set to `''` (empty string), then the OAuth picture c
- Description: Enables or disables public sharing of workspace tools.
- Persistence: This environment variable is a `PersistentConfig` variable.

#### `USER_PERMISSIONS_NOTES_ALLOW_PUBLIC_SHARING`

- Type: `str`
- Default: `True`
- Description: Enables or disables public sharing of notes.

## Misc Environment Variables

These variables are not specific to Open WebUI but can still be valuable in certain contexts.
Expand Down