{% extends "base.html" %} {% block title %}Server config — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %} {# Server configuration editor — instance.yaml fields grouped by section. Page-shell only: GET /api/admin/server-config feeds the form (with secrets redacted), POST /api/admin/server-config saves a section. The "danger-zone" sections (auth, server) get a confirmation dialog before the request is sent. Saves trigger the restart banner — hot-reload is out of scope for #91. #}

Server configuration

Edits land in instance.yaml. Save triggers an app restart (~10s downtime). Secret values are masked here — re-enter them to change.
Loading current configuration…

Initial Workspace Template

Optional. Replace the default agnes init workspace skeleton with content from your own Git repo. When set, Agnes ships none of its own files — your repo is authoritative for CLAUDE.md, hooks, slash commands, settings, and folder layout. See docs/initial-workspace-override.md for the full responsibility-transfer contract.
Loading…
{% endblock %}