mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Enable email subscription to status page updates (self-registration) #4717
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#4717
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 @catsdev on GitHub (Feb 15, 2026).
📑 I have found these related issues/pull requests
I found several existing issues and discussions around “self‑registration”, however they are focused on allowing users to register as Uptime Kuma system users or admins.
This request is different in scope:
I did not find an existing issue that specifically addresses self‑registration for status page notification consumers.
🔖 Feature description
Uptime Kuma provides excellent monitoring and public status pages, but currently there is no way for end users to subscribe to updates directly from a status page.
For enterprise and large-scale usage, it would be very valuable to allow users to self-register for notifications related to status page changes. This would be a read-only feature: subscribers would not be able to modify monitors, incidents, or any system configuration.
The initial scope would support email notifications only, using the existing SMTP configuration, with the ability for users to subscribe to one or more status pages and receive notifications when incidents or monitor status changes occur.
✔️ Solution
Add an optional self-registration mechanism to status pages that allows users to subscribe via email.
Proposed behavior:
This approach provides value without exposing any administrative or write access to the system.
❓ Alternatives
📝 Additional Context
@catsdev commented on GitHub (Feb 15, 2026):
I see #916 comments. I have created what is described here that I can submit relatively soon for comments.
@andrianvaleanu commented on GitHub (Feb 15, 2026):
Building this natively in Kuma is a massive lift because of the subscriber database and verification flows required. Been using Pulsetic (https://pulsetic.com/) for this exact reason since it handles the status page subscriptions and incident alerts out of the box without bloating the core app.