OpenWebUI integration
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# Copy this file to .env and fill in secrets
|
||||
|
||||
# Meilisearch keys
|
||||
MEILI_MASTER_KEY=change_me_to_strong_random
|
||||
MEILI_KEY=${MEILI_MASTER_KEY}
|
||||
|
||||
# OpenWebUI integration
|
||||
OPENWEBUI_URL=http://host.docker.internal:3003
|
||||
OPENWEBUI_API_KEY=put_your_openwebui_api_key_here
|
||||
OPENWEBUI_KB_NAME=Homelab Library
|
Reference in New Issue
Block a user