hywax / mafl

Minimalistic flexible homepage
https://mafl.hywax.space
MIT License
348 stars 21 forks source link

[FEATURE_REQUEST] Status LED over Ping or Network Lookup #85

Closed snickerweb closed 6 months ago

snickerweb commented 6 months ago

Status LED can only be used if the target has a WebUI. (proxmox also does not work although WebUI ) Here an example: Screenshot 2024-04-10 010015

It would be good if the status LED also simply looked for IP addresses via a ping or something like the tool "Advanced IP Scanner"

hywax-assistant commented 6 months ago

👋 @snickerweb Thanks for opening your first issue here! To help make it easier for us to investigate your issue, please follow the contributing guidelines.

If you like this project, please ⭐ star our repo.

hywax commented 6 months ago

Hi, good point, I'll think about how this can be implemented.

snickerweb commented 6 months ago

Hi Hywax, do you know why the status LED does not work on the Proxmox web frontend?

Thanks for your work. I love how simple your programm is.

hywax commented 6 months ago

@snickerweb most likely due to http error, which can be in case of missing proxmox ssl certificate. Since the availability check uses GET request.

I will think how to rewrite this functionality.

PS I have access to proxmox via reverse proxy and the indicator works correctly.

hywax commented 6 months ago

As it turns out it's not very hard to do. The changes will be in the new version v0.13.0