You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/chat-features/chatshare.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,18 @@ If an administrator revokes your permission to create public chats (either by ch
197
197
198
198
This is a security measure to ensure that users who are no longer supposed to have public sharing capabilities do not have publicly accessible content.
199
199
200
+
## Administrator Configuration
201
+
202
+
Administrators of an Open WebUI instance can configure certain features and permissions using environment variables.
203
+
204
+
### Environment Variables
205
+
206
+
The following environment variables can be used to control the chat sharing functionality:
207
+
208
+
-`USER_PERMISSIONS_SHARING_PUBLIC_CHAT`: Set this to `true` to allow users to create public share links. If set to `false`, users will only be able to create private links that require authentication. This is equivalent to the "Enable Public Chat Sharing" permission in the admin panel.
209
+
-`USER_PERMISSIONS_CHAT_SHARE`: Set this to `false` to disable the chat sharing feature entirely. If disabled, users will not see the "Share" button in the chat interface.
210
+
-`ENABLE_COMMUNITY_SHARING`: Set this to `false` to disable the "Share to Open WebUI Community" feature. If disabled, the button will not be visible in the "Share Chat" modal.
211
+
200
212
## Automatic Revocation and Expiration
201
213
202
214
Shared links can be automatically revoked under several conditions:
0 commit comments