[WIP] A simple wake-on-lan service
Rust 91.0%
TypeScript 2.8%
HTML 2.5%
JavaScript 2.5%
Dockerfile 0.8%
Svelte 0.5%
9 1 0

Clone this repository

https://tangled.org/vielle.dev/wol https://tangled.org/did:plc:4zht3z4caxwrw3dlsybodywc/wol
git@knot.vielle.dev:vielle.dev/wol git@knot.vielle.dev:did:plc:4zht3z4caxwrw3dlsybodywc/wol

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

WOL#

A simple wake-on-lan webapp.

Configuration is read from wol.toml from the current directory.

# wol.toml
binding = "0.0.0.0:3000" # default address

[targets]
# human friendly name = mac address
computer = "01:02:03:04:05:06"
server = "11:12:13:14:15:16"
# compose.yaml
services:
	wol:
		build: https://tangled.org/vielle.dev/wol.git
		ports: ["3000:3000"]
		volumes: ["./wol.toml:/app/wol.toml"]