A bot that sends WoL to the host, whenever receive messages matched in BootPhrase.txt
.
etherwake
for sending wake on lan packet
sudo apt-get install -y etherwake
Packages that is probably already built-in is your distro. (if not, go install them)
jq
for parsing json format messages.sed
for replacing chracters.
- Rename
Credential-example.sh
toCredential.sh
and replace the token with your own one. - Add it to cron or use the way you wish it to run with.
Adding feature to select host to boot up with.