Initial commit: open-webui source code (exclude assets, binaries, venv)
This commit is contained in:
commit
397c021385
|
|
@ -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"}]
|
||||
|
|
@ -0,0 +1 @@
|
|||
Gx7rfTrU7j1igpDK
|
||||
|
|
@ -0,0 +1 @@
|
|||
docker dir for backend files (db, documents, etc.)
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
pip install dir for backend files (db, documents, etc.)
|
||||
Loading…
Reference in New Issue