Updated example .env. This fixes #5.
This commit is contained in:
@@ -5,9 +5,10 @@ MEILI_MASTER_KEY=change_me_to_strong_random
|
||||
MEILI_KEY=${MEILI_MASTER_KEY}
|
||||
|
||||
# OpenWebUI integration
|
||||
OPENWEBUI_URL=http://host.docker.internal:3003
|
||||
OPENWEBUI_URL=http://openwebui:3000
|
||||
OPENWEBUI_API_KEY=put_your_openwebui_api_key_here
|
||||
OPENWEBUI_KB_NAME=Homelab Library
|
||||
OPENWEBUI_KB_ID=your_kb_uuid_here
|
||||
|
||||
# Docker volumes paths
|
||||
LIBRARY_HOST_DIR=/mnt/nfs/library
|
||||
|
Reference in New Issue
Block a user