{% extends "base.html" %} {% block title %}Settings ยท Retain{% endblock %} {% block content %}

Configuration

Settings

{% if error %}
{{ error }}
{% endif %} {% if saved %}
Settings saved.
{% endif %}

Lower limits do not delete existing memories. They apply to future additions, content edits, and category moves.

Host and port changes apply the next time you run retain web. Command-line options override them.

{% endblock %}