Simple WOL (Wake-on-lan) project that let you manage multiple devices.
This WOL manager can take two forms.
First is a web app, second is a telegram bot.
- docker compose
- In the root dir, edit .env file to select a very strong api-key
- Fulfil
backend/config.d/config.yml
network field with your bot-id. - Feel free to change default path of database_url
- docker compose
- In the root dir, edit .env file to select a very strong api-key
- Create a telegram bot using BotFather then claim its ID
- Fulfil
backend/config.d/config.yml
network field with your - Talk to the bot using
/help
and see actions.
- Exec
docker compose build && docker compose up -d