{% 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…
{% endblock %}