Initial setup: docker-compose for Open Notebook (SurrealDB + open_notebook), Ollama + OpenRouter as AI providers
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
commit
52f99c51ba
3 changed files with 48 additions and 0 deletions
9
.env.example
Normal file
9
.env.example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# SurrealDB & Open Notebook encryption key (generate with: openssl rand -base64 32)
|
||||
OPEN_NOTEBOOK_ENCRYPTION_KEY=
|
||||
|
||||
# SurrealDB credentials
|
||||
SURREAL_USER=root
|
||||
SURREAL_PASSWORD=
|
||||
|
||||
# OpenRouter (Cloud-KI, einziger Cloud-Provider)
|
||||
OPENROUTER_API_KEY=
|
||||
Loading…
Add table
Add a link
Reference in a new issue