diff --git a/plugins/telegram-alerts/logo.png b/plugins/telegram-alerts/logo.png new file mode 100644 index 0000000..bd4b7f4 Binary files /dev/null and b/plugins/telegram-alerts/logo.png differ diff --git a/plugins/telegram-alerts/plugin.json b/plugins/telegram-alerts/plugin.json new file mode 100644 index 0000000..ed7d369 --- /dev/null +++ b/plugins/telegram-alerts/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "Telegram Alerts", + "version": "0.4.5", + "description": "Push Dispatcharr channel/stream/VOD events to a Telegram chat via a bot. Includes a manual test action, per-event toggles, and an optional cron-driven daily report (public IP + geo + speedtest + activity + source health).", + "author": "R3XCHRIS", + "license": "MIT", + "min_dispatcharr_version": "v0.20.0", + "repo_url": "https://github.com/R3XCHRIS/telegram-alerts", + "help_url": "https://github.com/R3XCHRIS/telegram-alerts#readme", + "source_type": "external", + "source_url": "https://github.com/R3XCHRIS/telegram-alerts/releases/download/v{version}/plugin-telegram-alerts-v{version}.zip" +}