yude / go-rest-wol

Wake on LAN over the Internet via the computer on your LAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-rest-wol

Wake on LAN over the Internet via the computer on your LAN

Setup

  1. Create docker-compose.yml and copy & paste the below:
version: '3'
services:
  wol:
    image: ghcr.io/yude/go-rest-wol:master
    network_mode: host
    volumes:
      - type: bind
        source: "./hosts.csv"
        target: "/app/hosts.csv"
  1. Create hosts.csv and copy & paste the below, and edit as you like.
name,mac,ip
mycomputer,64-07-2D-BB-BB-BF,192.168.0.254:9
  1. Run docker-compose up -d. To update, run docker-compose pull.

License

MIT License.

About

Wake on LAN over the Internet via the computer on your LAN

License:MIT License


Languages

Language:Go 73.2%Language:HTML 21.7%Language:Dockerfile 5.1%