19 lines
547 B
Plaintext
19 lines
547 B
Plaintext
# 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
|
|
|
|
# Docker volumes paths
|
|
LIBRARY_HOST_DIR=/mnt/nfs/library
|
|
TRANSCRIPTS_HOST_DIR=/mnt/nfs/transcripts
|
|
# leave others as-is or customize:
|
|
# TMP_HOST_DIR=./tmp
|
|
# MODELS_HOST_DIR=./models
|
|
# MEILI_DATA_HOST_DIR=./data/meili
|
|
# REDIS_DATA_HOST_DIR=./data/redis |