{% extends "layout.html" %} {% block title %}TrueNAS Burn-In — Settings{% endblock %} {% block content %}

Settings

API Docs

Changes take effect immediately. Settings marked restart required must be changed in .env.

Email (SMTP) {% if smtp_enabled %} Enabled {% else %} Disabled — set Host to enable {% endif %}
Timeout
Webhook
POST JSON on burnin_passed / burnin_failed. ntfy.sh, Slack, Discord, n8n. Leave blank to disable.
Notifications
Daily Report
Full drive status email each day
Alert on Failure
Immediate email when a burn-in fails
Alert on Pass
Immediate email when a burn-in passes
Burn-In Behavior
How many jobs can run at the same time
Jobs running longer than this → auto-marked unknown
System restart required to change
TrueNAS URL {{ readonly.truenas_base_url }}
Verify TLS {{ 'Yes' if readonly.truenas_verify_tls else 'No' }}
Poll Interval {{ readonly.poll_interval_seconds }}s
Stale Threshold {{ readonly.stale_threshold_seconds }}s
IP Allowlist {{ readonly.allowed_ips }}
Log Level {{ readonly.log_level }}
{% endblock %}