Small web server to send Wake-on-LAN requests to its local network
Go to file
2022-02-18 15:18:44 +01:00
config Complete rework using echo 2022-02-18 14:35:03 +01:00
example Basic documentation 2022-02-18 15:18:44 +01:00
lib MVP #1 2022-02-17 13:31:01 +01:00
web Small improvements 2022-02-18 14:44:46 +01:00
.gitignore Basic documentation 2022-02-18 15:18:44 +01:00
go.mod Complete rework using echo 2022-02-18 14:35:03 +01:00
go.sum Complete rework using echo 2022-02-18 14:35:03 +01:00
LICENSE Initial commit 2022-02-11 14:27:40 +00:00
main.go MVP #1 2022-02-17 13:31:01 +01:00
README.md Basic documentation 2022-02-18 15:18:44 +01:00

miniwol

Small web server to send Wake-on-LAN requests to its local network

Features

  • Fully static frontend without JS
  • Binary includes everything except config

Usage

Add an empty config, the program checks for ./config.toml, ./config/config.toml and /etc/miniwol/config.toml. Make sure miniwol can write to it.

Set a password and write its hash to the config using miniwol setpass <password>. This will also add the other default fields to the config.

Configure the devices you want to be able to wake up as per the example

Now you can run the webserver using miniwol or miniwol web