Initial commit: open-webui source code (exclude assets, binaries, venv)

This commit is contained in:
root 2026-08-03 17:28:55 +00:00
commit 397c021385
8 changed files with 12 additions and 0 deletions

9
open-webui/.env Normal file
View File

@ -0,0 +1,9 @@
# .env
CLOUD_STORAGE_ENCRYPTION_KEY=сгенерированный_ключ_Fernet
YANDEX_CLIENT_ID=ваш_client_id
YANDEX_CLIENT_SECRET=ваш_client_secret
ONEDRIVE_CLIENT_ID=...
ONEDRIVE_CLIENT_SECRET=...
ONEDRIVE_TENANT_ID=...
OAUTH_REDIRECT_URI=http://your-server:8080/api/v1/cloud/callback
WEBUI_CUSTOM_LINKS=[{"name":"Cloud Storage","url":"/cloud-admin.html","target":"_self"}]

View File

@ -0,0 +1 @@
Gx7rfTrU7j1igpDK

View File

@ -0,0 +1 @@
docker dir for backend files (db, documents, etc.)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@ -0,0 +1 @@
pip install dir for backend files (db, documents, etc.)