feat(chore): impelmented seecret generation

This commit is contained in:
2026-09-02 19:51:54 +02:00
parent 487573c533
commit 2ac4e91862
4 changed files with 70 additions and 14 deletions
+3 -3
View File
@@ -8,10 +8,9 @@ LLAMA_GPU_LAYERS=999
# Raise toward 131072 if you need more context; see docs/research/qwen3.8-27b-quant.md
# for the VRAM math at larger context sizes.
LLAMA_CTX_SIZE=65536
LLAMA_PORT=8080
# --- Open WebUI ---
WEBUI_PORT=3000
WEBUI_PORT=8008
# Required — create an "openwebui" virtual key in LiteLLM's Admin UI first
# (see docs/proxy-key-onboarding.md), then paste it here.
OPENWEBUI_LITELLM_KEY=
@@ -25,6 +24,7 @@ LITELLM_PORT=4000
# Required — generate real random values before first run, e.g. `openssl rand -hex 32`.
# LITELLM_SALT_KEY encrypts stored data; do not change it after the first run
# (existing encrypted data becomes unreadable if you do).
# Required — generate a real random value before first run, e.g. `openssl rand -hex 32`.
LITELLM_MASTER_KEY=
LITELLM_SALT_KEY=
LITELLM_DB_PASSWORD=litellm
LITELLM_DB_PASSWORD=