{% 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. #}
Save anyway? An app restart is required for the change to take effect.