initial
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-06-26 09:21:14 +01:00
commit 194330fb47
40 changed files with 11873 additions and 0 deletions

17
.env.example Executable file
View File

@@ -0,0 +1,17 @@
DATABASE_URL=postgresql://adventureos:adventureos@localhost:5432/adventureos
DOCKER_DATABASE_URL=postgresql://adventureos:adventureos@host.docker.internal:5432/adventureos
SESSION_SECRET=change-me-to-a-long-random-string
CRON_SECRET=change-me-cron-secret
AUTH_PASSWORD=adventure
OLLAMA_URL=http://localhost:11434
# For low-RAM machines (e.g. 8GB), use llama3.2:1b for both:
OLLAMA_MODEL_FAST=llama3.2:1b
OLLAMA_MODEL_PROSE=llama3.2:1b
# Calibre library (live read-only metadata)
CALIBRE_LIBRARY_PATH=
CALIBRE_METADATA_DB_PATH=
CALIBRE_READ_ONLY=true
# OPENAI_API_KEY=sk-...
# LLAMACPP_API_KEY=...