{% extends "base.html" %} {% block content %}
Configuration
Edit settings, review overrides, and save. Changes marked ↺ require a restart.
{# ── Library ─────────────────────────────────────────── #}
Library
One container-visible path per line.
One glob pattern per line.
{# ── Performance ─────────────────────────────────────── #}
Performance
General validation threads.
Threads for RAW image decoding.
Re-scan OK files after N days.
Uses 5-field cron syntax: minute hour day-of-month month day-of-week.
Choose a preset or enter a custom 5-field cron expression. Leave blank to disable automatic scans.
Min seconds between scan triggers.
{# ── Storage ─────────────────────────────────────────── #}
Storage & Server
{# ── Email notifications ──────────────────────────────── #}
Email Notifications
Leave empty to disable email alerts.
{# ── Webhook ─────────────────────────────────────────── #}
Webhook
Allow webhooks to LAN/loopback addresses.
{# ── Actions ─────────────────────────────────────────── #}
{# ── Value sources (collapsed detail) ─────────────────────── #}
Value sources & restart requirements
{% for field, source in config.sources.items() %} {% endfor %}
Field Source Restart Required
{{ field }} {% if source == 'env' %} env {% elif source == 'env_file' %} env file {% elif source == 'yaml' %} yaml {% else %} {{ source }} {% endif %} {% if field in restart_required %} ↺ yes {% else %} no {% endif %}
{% endblock %}