Uptime-Kuma-Web-API
Uptime-Kuma-Web-API copied to clipboard
Uptime Kuma REST API
somehow i can't access the api even though the container is running. ``` curl -X -L 'POST' -H 'Content-Type: application/x-www-form-urlencoded' --data 'username=admin&password=XXX' http://127.0.0.1:8000/login/access-token/ curl: (6) Could not resolve host: POST...
Well for me /statuspages doesn'T work as well. Here is the python Debug info: ``` [2024-06-13 11:56:28 +0000] [6] [ERROR] Exception in ASGI application Traceback (most recent call last): File...
Used Docker compose to install Uptime kuma and the Web API, Trying to access the API from another application and we get a cors issue.
Is there a way to pause all monitors?