mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
[PR #448] [MERGED] feat: Add Permissions documentation & WEBUI_SECRET_KEY info for multiple-node deployments #520
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/448
Author: @taylorwilsdon
Created: 3/14/2025
Status: ✅ Merged
Merged: 3/15/2025
Merged by: @tjbck
Base:
main← Head:webui_secret_key_multinode📝 Commits (10+)
3d06bdedocs: add permissions documentation page9b66637docs: add environment variable references to permissions documentationc30fd26update to reflect support for env var config as well as in-ui config99bce83Add defaults2251150Merge branch 'main' of github.com:taylorwilsdon/docs into document_workspace_permissions108d01cAdd information about WEBUI_SECRET_KEY and multi-node deployments0f6e6fcUpdate .gitignore3f64a57Update permissions.md46ac717Update env-configuration.md91d9106Merge branch 'open-webui:main' into webui_secret_key_multinode📊 Changes
3 files changed (+75 additions, -1 deletions)
View changed files
📝
docs/features/workspace/index.mdx(+8 -1)➕
docs/features/workspace/permissions.md(+61 -0)📝
docs/getting-started/env-configuration.md(+6 -0)📄 Description
This PR will add Permissions documentation (without the "Public Model Sharing" piece, so we can decouple that from the other pull I had @tjbck) & WEBUI_SECRET_KEY info for multiple-node deployments. Both of these issues have come up multiple times in owui discussions & on reddit where users were confused due to lack of documentation around permissions and the importance of the
WEBUI_SECRET_KEYvalue when running multiple nodes, so I thought it would be beneficial to get this out there.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.