Changes, bugfixes and updates to the matrix. Added 1.2v batteries

This commit is contained in:
2026-04-13 12:45:50 +02:00
parent beef23d48e
commit 7b140d4079
10 changed files with 179 additions and 62 deletions

View File

@@ -2,32 +2,15 @@
# Copy this file to .env and fill in your values.
# Never commit .env to version control.
# AI provider selection — keys are configured via Settings → Credentials (stored encrypted in DB)
# Set DEFAULT_PROVIDER to the provider you'll use as the default
DEFAULT_PROVIDER=openrouter # anthropic | openrouter | openai
# Override the model (leave empty to use the provider's default)
# DEFAULT_MODEL=claude-sonnet-4-6
# Available models shown in the chat model selector (comma-separated)
# AVAILABLE_MODELS=claude-sonnet-4-6,claude-opus-4-6,claude-haiku-4-5-20251001
# Default model pre-selected in chat UI (defaults to first in AVAILABLE_MODELS)
# DEFAULT_CHAT_MODEL=claude-sonnet-4-6
# Master password for the encrypted credential store (required)
# Choose a strong passphrase — all credentials are encrypted with this.
DB_MASTER_PASSWORD=change-me-to-a-strong-passphrase
# Server
# Server port
PORT=8080
# Agent limits
MAX_TOOL_CALLS=20
MAX_AUTONOMOUS_RUNS_PER_HOUR=10
# Timezone for display (stored internally as UTC)
TIMEZONE=Europe/Oslo
# Default model pre-selected in chat UI (leave empty to use the first available model)
# DEFAULT_CHAT_MODEL=claude-sonnet-4-6
# Main app database — PostgreSQL (shared postgres service)
AIDE_DB_URL=postgresql://aide:change-me@postgres:5432/aide