mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
More detailed ability to edit discord notifications. #4030
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4030
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @coolcat97 on GitHub (Mar 12, 2025).
📑 I have found these related issues/pull requests
Hello!
I wish to not show the service URL in discord notifications if possible?
🏷️ Feature Request Type
Change to existing notification-provider
🔖 Feature description
Hello!
I wish to not show the service URL in discord notifications if possible?
✔️ Solution
Hello!
I wish to not show the service URL in discord notifications if possible?
❓ Alternatives
No response
📝 Additional Context
No response
@cyril59310 commented on GitHub (Mar 13, 2025):
Yes https://github.com/louislam/uptime-kuma/issues/5536#issuecomment-2596210894 ;)
@coolcat97 commented on GitHub (Mar 20, 2025):
Can you possibly make it an option to enable or disable rather than making me code it in custom?
@CommanderStorm commented on GitHub (Mar 24, 2025):
Adding templating to discord, would require a small change to the notification provider.
Feel free to drop us a PR.
Here is a pointer from another notification provider:
https://github.com/louislam/uptime-kuma/pull/5637
The time consuming part here is mostly doing the screenshots that it still works, otherwise it is a nice first issue
@coolcat97 commented on GitHub (Mar 25, 2025):
What is a "PR"? Sorry am new here.
@homelab-alpha commented on GitHub (Mar 25, 2025):
Hi @coolcat97, the abbreviation "PR" stands for Pull Request.
@coolcat97 commented on GitHub (Mar 25, 2025):
Yeah I have no idea how to do such a thing lol! I am sorry! But very much looking forward to the feature!
@homelab-alpha commented on GitHub (Mar 25, 2025):
@coolcat97, don’t worry, we all have to start somewhere. If you don’t understand something or if something doesn’t work, you can always ask the community for help. There is always someone willing to help or answer your questions.
@coolcat97 commented on GitHub (Mar 25, 2025):
Where would I even start on something like this?
@CommanderStorm commented on GitHub (Mar 25, 2025):
Our contribution guide can be found here:
https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md
For a pointer on what files need adjustment how, please have a look at https://github.com/louislam/uptime-kuma/pull/5637