Skip to content

Commit 9a2126e

Browse files
authored
Merge pull request #924 from Classic298/dev
2 parents 10e68f0 + 36a89f8 commit 9a2126e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/getting-started/env-configuration.mdx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,9 +1018,22 @@ Output:
10181018

10191019
- Type: `bool`
10201020
- Default: `True`
1021-
- Description: Controls whether users are shown the share to community button.
1021+
- Description: Controls whether users can share content with the Open WebUI Community and access community resources. When enabled, this setting shows the following UI elements across the application:
1022+
- **Prompts Workspace**: "Made by Open WebUI Community" section with a link to discover community prompts, and a "Share" button in the prompt menu dropdown
1023+
- **Tools Workspace**: "Made by Open WebUI Community" section with a link to discover community tools, and a "Share" button in the tool menu dropdown
1024+
- **Models Workspace**: "Made by Open WebUI Community" section with a link to discover community model presets, and a "Share" button in the model menu dropdown
1025+
- **Functions Admin**: "Made by Open WebUI Community" section with a link to discover community functions
1026+
- **Share Chat Modal**: "Share to Open WebUI Community" button when sharing a chat conversation
1027+
- **Evaluation Feedbacks**: "Share to Open WebUI Community" button for contributing feedback history to the community leaderboard
1028+
- **Stats Sync Modal**: Enables syncing usage statistics with the community
10221029
- Persistence: This environment variable is a `PersistentConfig` variable.
10231030

1031+
:::info
1032+
1033+
When `ENABLE_COMMUNITY_SHARING` is set to `False`, all community sharing buttons and community resource discovery sections will be hidden from the UI. Users will still be able to export content locally, but the option to share directly to the Open WebUI Community will not be available.
1034+
1035+
:::
1036+
10241037
### Tags Generation
10251038

10261039
#### `ENABLE_TAGS_GENERATION`

0 commit comments

Comments
 (0)