schech1 / uptime-buddy

Uptime monitoring on Apple Watch
MIT License
53 stars 2 forks source link

Support no auth #4

Closed johntdyer closed 3 months ago

johntdyer commented 3 months ago

My uptime kuma is on my private network so I dont use auth on it... you're app seems to not work unless I have auth enabled which is problematic

schech1 commented 3 months ago

Hey, thank you for the hint. I will fix that in the next version.

schech1 commented 3 months ago

That was an easy one. Fixed it. Just pull the latest image and remove those two lines from the compose file:

 - USERNAME=YOUR_UPTIME_KUMA_USERNAME
 - PASSWORD=YOUR_UPTIME_KUMA_PASSWORD 

Thanks for your request.