Plugins

Back to All Plugins

Newsflasharr

Version: 1.26.2481646 Author: PiratesIRC Last Updated: Sep 05 2026, 17:22 UTC

Central notification service: other plugins drop events, Newsflasharr routes them to Discord, a webhook, ntfy, Apprise, email, a Dispatcharr Connect Integration, or an on-screen banner over live TV, with deduplication, storm throttling, quiet hours and per-channel retry.

License: MIT Discord Repository

Dispatcharr min

Downloads

Latest Release

Checksums:

MD5:    a71e154142d18e3b1612521562af1066
SHA256: 1dec53fd867101fef01e44cc4dfe1bfdd2e822987712f2d34c5911b1d55757c4

All Versions

Version Download Built Commit MD5 SHA256
1.26.2481646 Download Sep 05 2026, 17:22 UTC c6b7006 a71e154142d18e3b1612521562af1066 1dec53fd867101fef01e44cc4dfe1bfdd2e822987712f2d34c5911b1d55757c4
1.26.2241159 Download Aug 12 2026, 12:06 UTC 5c239be 35077cbb21fe71e46e3e0c7bc8a5ac1c aedcc20dc974739bd7cdc92586f565cd847fb2da03edcda448cf6c94996dc2f6
1.26.2191208 Download Aug 07 2026, 13:49 UTC 1df507c 5e9a3272ce95845282e4e2f85302db2d ee926fe8a4bd90518ac00bce29edfdbe8eba84471b802a3a870b8c90d087b6ae
1.26.2171427 Download Aug 06 2026, 11:42 UTC b8b1f11 ecf6724f53f31440ff94a76eeef820bf fac709e3810574cb727d92218fb7308519c2ba65c989bd0144cf535c9d9c11da
1.26.2142011 Download Aug 02 2026, 20:37 UTC b8a8998 8d0e25158ba305752e053e7f76922034 a056087da39ca2dc2fcdd89c2debf2218e20233438a6894254f9f3fc471f97f4

Source: Browse Plugin

Metadata: View full manifest


Plugin README

Newsflasharr

Central notification service for Dispatcharr plugins. One plugin owns all delivery: other plugins drop lightweight events into a file queue, and Newsflasharr routes them to Discord, a generic webhook, a Dispatcharr Connect Integration, ntfy, Apprise, email, or a banner drawn over live video. Configured once, in one place, instead of every plugin re-inventing its own webhook code.

What it does

Delivering through a Dispatcharr Connect Integration

Dispatcharr has its own Connect page where you create webhook Integrations, each holding a URL and any headers it needs. Type the exact name of one into the Dispatcharr Connect Integration setting and Newsflasharr posts through that row, reusing the address and headers already configured there. It reads that row and never changes it.

The Integration must be of type webhook, because Newsflasharr never runs a script. The name is looked up live rather than stored, so renaming the row stops delivery. These deliveries do not appear on the Connect page’s own Logs tab, which records only Dispatcharr’s own system events, so use Show status instead.

After installing

Restart the Dispatcharr container. This is not optional. The worker that delivers events starts when the plugin is constructed, and without a restart the plugin loads and looks healthy while nothing is delivered.

Then enable the plugin, fill in at least one channel, click Validate settings, and click Send test notification for each channel you configured. Saving the settings form on its own arms nothing, because Dispatcharr gives plugins no hook that runs after a save, and only a real send proves a channel works.

Two things to know before relying on it

Documentation

Full documentation lives in the plugin’s own repository:

Licensed MIT. Source: https://github.com/PiratesIRC/Dispatcharr-Newsflasharr-Plugin