Lissy93 / dashy

🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
https://dashy.to
MIT License
17.99k stars 1.36k forks source link

[FEATURE_REQUEST] Limit Redirect in Status Check #494

Closed EVOTk closed 2 years ago

EVOTk commented 2 years ago

Is your feature request related to a problem? If so, please describe.

Hello, I use the StatusCheck to check the availability of my services. But for some of these services, when it is not available, my reverse proxy automatically redirects visitors to my status page ( uptime kuma ). Because of this, even if the service is offline, Dashy does not detect it!

Describe the solution you'd like

Would it be possible to add an option to configure the maximum number of redirects before considering the service as offline?

Thank you

Priority

Low (Nice-to-have)

Is this something you would be keen to implement

No

Lissy93 commented 2 years ago

Yes, this is possible, and a good idea :) Note to self: In Axios has a config item called maxRedirects which will do this.

liss-bot commented 2 years ago

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

Lissy93 commented 2 years ago

Keep open, has been implemented, just waiting merge