go-rest-wol
go-rest-wol copied to clipboard
Implemented ping capability to get the online status of the computers
This creates the ability to get the status of the computers using ping. Also, I added a banner in the web UI to show the online status of each of the configured computers.
The code is mostly inspired from the PR #13.
Co-authored-by: Alfonso Catanzaro [email protected]
I really would like to see this feature being merged soon. And included into Dockerhub.
@sli-cka , you can pull the image I published on my page using Github Actions.
Here's a link to it: https://github.com/stefan-golinschi/go-rest-wol/pkgs/container/go-rest-wol
@stefan-golinschi thanks for your quick reply. I pulled your image and set it up. After editing the csv and adding the broadcast_ip it works so far. But I don't see the banner in the web UI to show the online status which you mentioned. Do you have any idea what I am missing?
@sli-cka thanks for the feedback. I have now updated the code with the missing status button functionality.
Thanks for your update @stefan-golinschi It works perfectly now. Just what I was looking for 👍