Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tchoupinax/wolapp
- Owner: Tchoupinax
- Created: 2023-04-05T18:22:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T12:44:38.000Z (about 1 year ago)
- Last Synced: 2023-12-11T11:29:32.651Z (about 1 year ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```