mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Allow a user configurable push URL instead of randomly generated hash. #2580
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#2580
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 @shivaneshlal on GitHub (Sep 13, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
UI Feature
🔖 Feature description
As Uptime Kuma's user base expands, there's an increasing need for flexibility in how we deploy and maintain scripts for multiple instances. One area where this flexibility can greatly benefit users is in the push URL.
Currently, Uptime Kuma generates a randomly hashed push URL which, while secure, can pose challenges for automated deployments and scripts across various instances. By allowing users to define custom parameters in the push URL instead of solely relying on the randomly generated hash.
For those who use automation tools or scripts to deploy multiple instances, having a predictable or user-defined URL can significantly streamline the process.
If users can define their parameters, they can create naming conventions or structures that make sense for their specific use case, making it easier to manage and identify individual instances.
Custom parameters can aid in better integration with third-party tools and platforms, as users can ensure that URL structures align with other systems they're using.
✔️ Solution
We believe this enhancement will improve user experience, especially for power users and those managing multiple Uptime Kuma instances. While security is paramount and the randomly generated hash serves an important purpose, providing the option for custom parameters can offer both security and convenience when done correctly.
We hope to see this feature in the upcoming releases of Uptime Kuma.
Thank you for considering this request!
❓ Alternatives
No response
📝 Additional Context
No response