-
DescriptionI've used Homepage for a good year now, recently I tried to add Uptime Kuma to my dashboard and it seems that the hardcoded URL mismatch URL used by Kuma. Wondering if someone else has this problem or maybe its just on my end ? Below you can see it requests http://ip:port/api/status-page/uptime (uptime = name of my slug). But the status page I made uses a different URL : http://ip:port/status/uptime Any help? Issue seems to be here maybe? https://github.com/gethomepage/homepage/blob/e4d42b5393a1cd6d191d8ba7bca926ccdc8947e0/src/widgets/uptimekuma/widget.js#L4C2-L4C38 I'm new to Github discussions so let me know if i need to change anything. homepage versionv0.10.5 (e4d42b5) Installation methodDocker ConfigurationServices file:
- Management:
- Uptime Kuma:
icon: uptime-kuma.svg
href: http://ip:3001/
description: Uptime tracking
widget:
type: uptimekuma
url: http://ip:3001
slug: uptime
Container LogsNo response Browser LogsNo response TroubleshootingAlready went through troubleshooting. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Its hitting the api, not the status page, so yes its just you. If you're still having trouble you should do the troubleshooting steps and post the output |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Its hitting the api, not the status page, so yes its just you.
Double check your slug
If you're still having trouble you should do the troubleshooting steps and post the output