Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 547 Bytes

notifications.md

File metadata and controls

11 lines (7 loc) · 547 Bytes

Overview

This project uses Apprise to send notifications when the Quartz build process starts, fails, or succeeds.

To enable notifications, simply set the NOTIFY_TARGET environment variable.

Example:

NOTIFY_TARGET=ntfy://<ntfy_endpoint>/your-topic

This will send notifications to an ntfy server. You can replace it with any other supported Apprise service (e.g., Telegram, Discord, Slack, Email, etc.).

For more details, refer to the Apprise documentation.