{% extends "layout.html" %} {% block content %}

Settings

Notification channels and alert preferences for fastapi-flare.

Changes apply after restart

Slack

Send Block Kit alerts to a Slack channel via Incoming Webhooks.

Pending integration
Env: FLARE_SLACK_WEBHOOK_URL
Overrides the webhook app default.

Discord

Post rich embed messages to a Discord channel.

Pending integration
Env: FLARE_DISCORD_WEBHOOK_URL

Generic Webhook

HTTP POST the raw log entry as JSON to any endpoint.

Pending integration
Env: FLARE_WEBHOOK_URL
JSON object — use for API keys or auth tokens.

Alert Preferences

Global rules that apply to all notification channels.

Env: FLARE_ALERT_MIN_LEVEL
s
Env: FLARE_ALERT_COOLDOWN_SECONDS
Set cooldown to 0 to forward every matching event. The default 300 s prevents alert fatigue when the same error repeats rapidly.
{% endblock %} {% block scripts %} {% endblock %}