github amayer1983/docksentry v1.8.0
v1.8.0 — Discord & Webhook Notifications

latest releases: v1.16.4, v1.16.3, v1.16.2...
one month ago

What's New

Discord Notifications

Receive update alerts as rich embeds in your Discord server — just add a webhook URL:

environment:
  - DISCORD_WEBHOOK=https://discord.com/api/webhooks/...

Generic Webhook

Send JSON notifications to Ntfy, Gotify, Home Assistant, or any HTTP endpoint:

environment:
  - WEBHOOK_URL=https://your-service/webhook

Multi-Channel Architecture

Telegram (interactive control), Discord (rich embeds), and Webhook (JSON) all work in parallel. Telegram remains the primary channel with full command support.

All Changes

  • Discord notifications — rich embeds for update alerts, success/failure results
  • Generic webhook notifications — JSON POST with event types (updates_available, update_result, message)
  • Fixed: Discord webhook Cloudflare 403 (added User-Agent header)
  • Contributing section added to README with roadmap ideas
  • GitHub Issue templates for feature requests and bug reports

We'd love your feedback! Open an issue to suggest features or report bugs.

Full Changelog: https://github.com/amayer1983/docksentry/blob/main/CHANGELOG.md

Don't miss a new docksentry release

NewReleases is sending notifications on new releases.