initial commit

This commit is contained in:
Florian Krebs
2026-05-04 20:49:45 +00:00
parent 7d205a68e4
commit 18d2360ad9
14 changed files with 1811 additions and 3 deletions
+25
View File
@@ -0,0 +1,25 @@
# NEXA - Minimalist .env Template
# Nur absolut essenzielle Secrets. Alles andere wird via #nexa:config kommandos konfiguriert & autodiscovered.
# MEMOS (Primary Interface)
MEMOS_HOST=http://memos.local:5230
MEMOS_API_KEY=your-access-token
# SAIA / LiteLLM (Intelligence)
SAIA_HOST=https://saia.example.com
SAIA_API_KEY=your-litellm-api-key
# NEXTCLOUD (Tasks, Mail, Calendar - alles wird autodiscovered)
NC_HOST=https://nextcloud.example.com
NC_USERNAME=nexa_automation
NC_APP_PASSWORD=your-app-password
# QDRANT (Vector Memory - Semantic Search / Dense Retrieval)
QDRANT_HOST=http://qdrant.local:6333
QDRANT_API_KEY=your-api-key
# GRAPHDB (Ontotext - Semantic Graph / SPARQL)
GRAPHDB_HOST=http://graphdb.local:7200
GRAPHDB_REPOSITORY=nexa_knowledge
GRAPHDB_USERNAME=nexa
GRAPHDB_PASSWORD=your-graphdb-password