From a640a58787bfc083e3a6190c51f703f441fddf30 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:47:57 +0200 Subject: [PATCH] add notes permission --- docs/getting-started/env-configuration.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 3efc1652f0..b0ab248bc2 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -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. ::: @@ -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.