Sign inSign up

mnunes/netwol

By mnunes

Updated almost 2 years ago

A Wake-on-Lan client with a web API.

Image
Networking
0

910

mnunes/netwol repository overview

NetWoL

A Wake-on-Lan client with a web API.

Docker

docker run -d --name netwol --restart always --net=host -e NETWOL_API_PORT=8080 -e NETWOL_TOKEN=random_token -e NETWOL_ADDR=255.255.255.255 mnunes/netwol

API

  • http://localhost:8080/{NETWOL_TOKEN}/{mac-address} ← Wakes up this device (Mac Address: xx-xx-xx-xx-xx-xx)
  • http://localhost:8080/ping ← To make sure the service is working

Tag summary

Content type

Image

Digest

sha256:8d774449c

Size

427.3 MB

Last updated

almost 2 years ago

docker pull mnunes/netwol