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/webhookMulti-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