Skip to content

bugbakery/wol-over-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wake-on-LAN over HTTP

A very simple and very small application (and docker image) to trigger Wake-on-LAN packets via HTTP.

The size of the docker image is about 10 MB.

Run

docker run -p 8080:8080 ghcr.io/bugbakery/wol-over-http

Trigger WoL packet

There is only one endpoint POST /wake/{mac_addr}, while mac_addr can be in the form of AA:BB:CC:DD:EE:FF or AA-BB-CC-DD-EE-FF.

curl -X POST http://localhost:8080/wake/AA:BB:CC:DD:EE:DD:FF

About

a very small application (and docker image) to trigger Wake-on-LAN packets via HTTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors