{% extends "base.html" %} {% block title %}Settings · Ordine{% endblock %} {% block content %}

Settings

Config file: {{ config.config_file or "(built-in defaults — run ordine init)" }}

Paths (read-only)

Database
{{ config.db_path }}
Workdirs
{{ config.workdir_root }}

Edit paths in the config file and restart ordine serve.

Runner

Web

LLM

base_url is used for openai_compatible (e.g. Ollama at http://localhost:11434/v1).

key present: {{ llm_key_label }}

Keys entered here are stored in the system keyring. Environment variables and ~/.config/ordine/.env are equally valid alternatives: ANTHROPIC_API_KEY, OPENAI_API_KEY, ORDINE_LLM_API_KEY. Clear removes the keyring entry only.

{% if error %}

{{ error }}

{% endif %} {% if saved %}

Settings saved.

{% endif %}
{% endblock %}