Newer
Older
navi-1 / .env.example
@Eugene Sukhodolskiy Eugene Sukhodolskiy on 8 Apr 512 bytes Unrestricted terminal mode and SSH tool
OLLAMA_HOST=http://localhost:11434
OLLAMA_DEFAULT_MODEL=gemma4:e2b-it-q4_K_M

OPENAI_API_KEY=
ANTHROPIC_API_KEY=

# Filesystem tool: comma-separated allowed root paths
FS_ALLOWED_PATHS=/tmp,/home,/etc,/var,/opt

# Terminal tool: "*" = allow all commands (default, suitable for local use)
# Restrict with a comma-separated list, e.g.: ls,cat,git,systemctl
TERMINAL_ALLOWED_COMMANDS=*

# SSH tool: path to JSON file with named connections (see ssh_hosts.json.example)
SSH_HOSTS_FILE=ssh_hosts.json

LOG_LEVEL=INFO