Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tchoupinax/wolapp

Web app to start you device with the WOL method
https://github.com/tchoupinax/wolapp

Last synced: about 1 month ago
JSON representation

Web app to start you device with the WOL method

Awesome Lists containing this project

README

        

# wolapp

## Documentation

- https://github.com/seanmonstar/warp/tree/master/examples
- https://www.sheshbabu.com/posts/rust-module-system/

## Develop

```bash
cargo run
```

## Build docker image for Home Assistant

```bash
docker buildx build --platform linux/amd64,linux/arm64 -t tchoupinax/wolapp:v0.0.3-rc1 .
```