Uptime-Kuma-Web-API
Uptime-Kuma-Web-API copied to clipboard
How to connect without auth in uptime-kuma ?
Hello,
I use SSO at home and i have disable Uptime Kuma auth. How to use this RestAPI without auth ?
I try with this config:
KUMA_SERVER: "uptime-kuma.uptime-kuma"
KUMA_USERNAME: ""
KUMA_PASSWORD: ""
ADMIN_PASSWORD: ""
but i have :
{
"detail": "Not authenticated"
}
Thx :)
oww this isnt supported yet
Try populating the ADMIN_PASSWORD. That's a required value, for sure.
I don't see why the KUMA_USERNAME and KUMA_PASSWORD can't be empty.
@m4dm4rtig4n I found myself having the same issue. My workaround was to adding the initial uptime kuma username and password values to KUMA_USERNAME
and KUMA_PASSWORD
environment variables even if auth is disabled.