Open david-plugge opened 2 years ago
I believe there are use-cases where you simply want to show a dashboard, and make it available for a group of people, without the need to setup users and authentication.
You have my vote too. I plan the same design for Uptime Kuma.
Just to clarify. Users like mine merely only need auth bypass for specific status pages. Not free reign to the dashboard.
In the same topic, maybe a non login page displaying the status but restrict any changes. That would be a great feature
i would die for this feature
I might be misunderstanding, but I think some of these features already exist.
@david-plugge what feature are you missing? It seems to me that the feature you are referring to already exists. (as commented by @flammable)
If this issue is resolved, could you close this issue? If it is not, could you comment further details what parts you are missing?
Yes, you can disable authentication once you created an account. But I was thinking about an environment variable like DISABLE_AUTH=1
to disable it so you don't need to create an account first.
hi @david-plugge, are that way to disable auth with environment possible right now ?
Not yet, still waiting for it :)
This really would be useful. Im running my kuma inside a docker container, behind a reverse proxy that already handles my authentication. The container has no more exposed ports. Therefore i dont need/want any authentication ;)
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
Other
🔖 Feature description
I just set up uptime kuma along with traefik + authelia (an sso authentication provider) and disabled authentication in uptime kuma. To do so i had to create an account.
✔️ Solution
Add an environment variable to disable the builtin authentication.
❓ Alternatives
Disable authentication in the web ui.
📝 Additional Context
No response