{% extends "base.html" %} {% block title %}Settings — CalibreSync{% endblock %} {% block content %}

Settings

{% if request.query_params.get("saved") %}
Settings saved.
{% endif %}

Remote host (SFTP)

{% if has_key %}
Key configured {{ key_fingerprint }}
Replace key

Leave blank to keep the existing key.

{% else %} {% endif %}

Calibre-Web

Local

Temporary storage for downloaded zips and extracted files. Cleaned up after each run.

Automatic sync schedule

Set to 0 to disable automatic sync. Changes take effect immediately on save. Examples: 60 = hourly, 1440 = daily.

Each sync run processes all unprocessed files, but works through them in chunks of this size to limit temp disk usage. Set to 0 to process all at once.

{% endblock %}