mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Read-Only mode with access to dashboard without logging in. #1990
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#1990
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 @iTerminate on GitHub (Mar 10, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
UI Feature, Other
🔖 Feature description
New security mode that allows home page of uptime-kuma to navigate to dashboard (not login page) and user cannot add or edit anything. Provide a login popup to allow user to enable editing/admin features (settings page).
✔️ Solution
I want to expose dashboard to users of uptime-kuma but I do not want to provide everyone admin access.
❓ Alternatives
Multi-user support with different permissions. #1322
📝 Additional Context
No response
@Schwoby commented on GitHub (Mar 13, 2023):
i might be missing something here, but isn't this type of result what the Status Page does? what is the functionality that would be different between sharing a status page (which already does not allow users to add/edit/remove monitors and using the Footer Text area, you can past the link to the login page) vs creating multiple users (from what i can tell hasn't been implemented yet) and then giving them limited access? i've provided an image of how a link listed in the footer to the login page would make a simple point-click option instead of the user having to edit the URL to get to the login page.

@iTerminate commented on GitHub (Mar 13, 2023):
@Schwoby Thanks for your reply, I'm aware of status pages and they are helpful but status pages are not what I need. The Dashboard provides much more information than status pages such as Status change history with messages. Access to graphs. Access to all the monitors and tags. Ability to search for a specific monitor. Etc.
@401U commented on GitHub (Mar 14, 2023):
Emm, maybe what you really want is to add more info on status page, like the graphs, tags, and search box? IMO the dashboard is used for admins only, and the status page is open for everyone.
@iTerminate commented on GitHub (Mar 14, 2023):
@401U That would work too but I've seen other issues open with this approach that have gotten nowhere. The status pages are simple for a reason. The dashboard access for everyone as a setting is an easy solution since everything is already there and it doesn't require re-implementation on status page. I'm not asking this to be a global change affecting everyone but as an additional security model option.
@sampl3x commented on GitHub (Jul 9, 2023):
Im looking for this option to.
@CommanderStorm commented on GitHub (Jul 9, 2023):
@iTerminate
Just allowing anybody access to the dashboard is not a great idea.
Punching a hole into the security is something that should not be done unless nessesary.
What you are really requesting is something like https://github.com/louislam/uptime-kuma/issues/637 or other display options (see other open issues)
=> lets fix this properly and not bodge around this issue
@CommanderStorm commented on GitHub (Jul 9, 2023):
@sampl3x
Please refrain from posting
+1/ requests for updates things on issues, as this makes issue-management harder.Issues are for discussing what needs to be done how by whom.
We use 👍🏻 on issues to prioritise work.
@dimasandreanr commented on GitHub (Nov 2, 2023):
How to?
@mlouguid commented on GitHub (Sep 2, 2025):
how do you make this read-only page? base repo?
@CommanderStorm commented on GitHub (Sep 2, 2025):
You can create status pages by clicking on
Status page>new status page