A simple http interface to send wake on LAN commands.
10K+
A simple http interface to send wake on LAN commands.
Just send a
GET to /FF:FF:FF:FF:FF:FFPOST to /FF:FF:FF:FF:FF:FFGET to /wol/FF:FF:FF:FF:FF:FFPOST to /wol/FF:FF:FF:FF:FF:FFwhere FF:FF:FF:FF:FF:FF is the desired MAC address of the device to be woken up.
pip install wol_api
wol_api --port=8080
docker run -d \
--name="WakeOnLAN-API" \
-e PORT=8080 \
--network host \
rix1337/docker-wol-api:latest
The desired port is set by environment variable PORT for a reason!
You must use --network host, else the magic packets will not be sent to the correct network.
Content type
Image
Digest
sha256:600a30011…
Size
142 MB
Last updated
6 months ago
docker pull rix1337/docker-wol-api:1.0.7