mirror of
https://github.com/open-webui/docs.git
synced 2025-12-17 09:59:44 +07:00
Update onedrive-sharepoint.mdx
This commit is contained in:
@@ -84,7 +84,6 @@ From the **Overview** page of the App Registration you just created, copy the fo
|
|||||||
Set the following environment variables in your Open WebUI deployment to enable the work/school integration:
|
Set the following environment variables in your Open WebUI deployment to enable the work/school integration:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
# Enable the OneDrive integration feature globally
|
# Enable the OneDrive integration feature globally
|
||||||
ENABLE_ONEDRIVE_INTEGRATION=true
|
ENABLE_ONEDRIVE_INTEGRATION=true
|
||||||
|
|
||||||
@@ -100,6 +99,12 @@ ONEDRIVE_SHAREPOINT_TENANT_ID="yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy"
|
|||||||
ONEDRIVE_SHAREPOINT_URL="https://your-tenant-name.sharepoint.com"
|
ONEDRIVE_SHAREPOINT_URL="https://your-tenant-name.sharepoint.com"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
:::info
|
||||||
|
|
||||||
|
After setting these variables and restarting Open WebUI, you must also enable the OneDrive toggle in the admin panel. See the Final Step section below for details.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Integration for Personal OneDrive (Optional)
|
# Integration for Personal OneDrive (Optional)
|
||||||
|
|||||||
Reference in New Issue
Block a user