go-rest-wol icon indicating copy to clipboard operation
go-rest-wol copied to clipboard

Simple HTTP Server with WebUI and REST API for Sending WoL Package over the Wire

Results 10 go-rest-wol issues
Sort by recently updated
recently updated
newest added

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...

This will resolve the current broken build.

If you update the WOLFILE, the webinterface does not get updated. It would be nice if that either happens periodically or, preferred, "on change" of this file.

The purposed new structure looks like this: Changes: - Use go mod for reliable builds and ease of development - New packages - New overall structure that adheres closer to:...

I would like to make som improvements do this project like authentication, persistence encryption and also properly import stuff from https://github.com/sabhiram/go-wol. It would be great if you were using go...

The file [main.go](https://github.com/daBONDi/go-rest-wol/blob/master/main.go) overwrites the arguments with no checks: ```go httpPort := DefaultHTTPPort computerFilePath := DefaultComputerFilePath // Start Processing Shell Arguments or use Default Values defined i const.go httpPort, computerFilePath...

Hi, Thank you for your project, it is very useful for me. I have implemented ping capability to the project to see if a computer is on line or not....

Hi, I would like to install this docker under Portainer, however, I don't understand how to choose the computer.csv file directory. For other docker, we need to use /config, and...

The descriptions in the documentation in Enviroment Variables section are mixed up.

After our small talk, I successfully implemented the shutdown in your already great docker image! I updated the API, the webpage, the ENV variables and the README too. I never...