[Enhancement]: Add Server or Project Identifier to Notifications (Especially Telegram) #8795
bozzhik
started this conversation in
Improvement Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Request Type
Improvement
Description
Coolify currently supports notifications through various channels, including Email, Slack, Telegram, and Discord. This is a great feature for monitoring deployments, cleanups, errors, and other events.
However, when using Telegram (my primary channel), notifications do not include any identifier for the specific server or project they originate from. My Telegram bot is connected to over 20 different projects/servers, and as a result, it's often unclear which server a notification refers to—especially in cases of errors, revivals, or failures. For example:
This makes troubleshooting and monitoring more difficult, as I have to cross-reference the dashboard or logs manually. I haven't tested other channels like Email or Discord extensively, but the issue is particularly noticeable in Telegram, where a simple server token, name, or ID in the message body would help identify the source immediately.
If this is confirmed as a general problem affecting other users (and not just a configuration on my side), I am willing to contribute by creating a Pull Request (PR) to implement this feature.
Attached are screenshots of example Telegram notifications to illustrate the lack of server identifiers:
This improvement would enhance usability for users managing multiple servers via a single notification bot/channel.
Beta Was this translation helpful? Give feedback.
All reactions