{% extends "base.html" %} {% block title %}{{ title }} settings — {{ library_name() }}{% endblock %} {% block content %}
{{ intro | safe }}
{% if message %}{% endif %} {% if error %}{% endif %} {% if is_system %}System-tier settings · changes audited under the site_setting entity type.
Librarian-tier settings · changes audited under the site_setting entity type.
Stored encrypted at rest. Environment variables for each key take precedence when set.
{% if not key_configured %} {% elif canary_mismatch %} {% endif %}Values are never logged in plaintext.
Backup: use compendium backup --include-secret-key to bundle the encryption
key with the backup file, or manage it separately (recommended).