initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# NEXA Infrastructure Manifest
|
||||
services:
|
||||
memos:
|
||||
url: "${MEMOS_URL}"
|
||||
auth_type: "Bearer Token"
|
||||
features: ["webhooks", "comments_api"]
|
||||
|
||||
n8n:
|
||||
environment: "LXC Docker"
|
||||
backup_path: "./n8n-workflows"
|
||||
|
||||
ai_gateway:
|
||||
provider: "LiteLLM / SAIA"
|
||||
model_primary: "gpt-4-o" # oder dein lokales Modell
|
||||
model_embeddings: "text-embedding-3-small"
|
||||
|
||||
storage:
|
||||
qdrant: "http://localhost:6333"
|
||||
s3_provider: "Custom S3"
|
||||
nextcloud:
|
||||
url: "${NC_URL}"
|
||||
lists:
|
||||
work: "ID_COMING_SOON"
|
||||
personal: "ID_COMING_SOON"
|
||||
calendars:
|
||||
work: "CAL_ID_WORK"
|
||||
personal: "CAL_ID_PERSONAL"
|
||||
Reference in New Issue
Block a user