/wolproxypy

An all-in-one proxy solution (CLI, API, web app) for sending Wake-on-LAN packets over the Internet

MIT LicenseMIT

wolproxypy

An all-in-one proxy solution (CLI, API, web app) for sending Wake-on-LAN packets over the Internet

Instructions

Installation

git clone https://github.com/bateman/wolproxypy

Configuration

  • Create the .env file from the supplied template: cp .env-template .env
  • Edit the .env file and provide the requested information.

Run

docker-compose up [-d] [--force-recreate]

Stop

docker-compose stop

Update

docker-compose down && docker-compose pull

Links