An open API service indexing awesome lists of open source software.

https://github.com/bateman/wolproxypy

An all-in-one proxy solution (CLI, API, web app) for sending Wake-on-LAN packets over the Internet
https://github.com/bateman/wolproxypy

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

* Core: [GitHub](https://github.com/bateman/wolproxypycli), [ReadTheDocs](http://wolproxypycli.readthedocs.io/), [PyPi](https://pypi.org/project/wolproxypycli/)
* API: [GitHub](https://github.com/bateman/wolproxypyapi), [ReadTheDocs](http://wolproxypyapi.readthedocs.io/), [Docker](https://hub.docker.com/repository/docker/bateman/wolproxypyapi)
* Web: [GitHub](https://github.com/bateman/wolproxypyweb), [ReadTheDocs](http://wolproxypyweb.readthedocs.io/), [Docker](https://hub.docker.com/repository/docker/bateman/wolproxypyweb)