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
- Host: GitHub
- URL: https://github.com/bateman/wolproxypy
- Owner: bateman
- License: mit
- Created: 2021-12-20T18:31:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T10:08:28.000Z (over 2 years ago)
- Last Synced: 2025-01-10T07:13:05.017Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)