v1.4.0 Detailed and directed messages
New Features
- Added support for notifications to specific topics with
TELEGRAM_NOTIFIER_TOPIC_ID
orTELEGRAM_NOTIFIER_THREAD_ID
as environment variables. Thanks to @Antosha42 for this idea! 🚀 @rabilrbl developed this in parallel and helped testing. Thank you for that! - Added support for container-specific Telegram notifications via Docker labels
telegram-notifier.chat-id
: Override default chat ID for specific containerstelegram-notifier.topic-id
ortelegram-notifier.thread-id
: Override default thread/topic ID for specific containers
- Enhanced documentation for custom
templates.js
by @oliveratgithub 🚀 - Rich startup notifications by @oliveratgithub 🚀
Notes
- All label overrides are optional
- Global settings from environment variables will be used when labels are not specified
- Compatible with existing monitor label functionality
What's Changed
- How-to customize template.js and fully leverages dockerode with customizable connect text by @oliveratgithub in #88
- Post to topics and threads by @luc-ass in #87
New Contributors
- @oliveratgithub made their first contribution in #88
Full Changelog: v1.3.12...v1.4.0