8000 GitHub - alcelafranque/WOL_manager: WOL manager app using telegram bot or web API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alcelafranque/WOL_manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WOL Manager

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.

Web App

Requirements

  • docker compose

Configuration

  • 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

Telegram

Requirements

  • docker compose

Configuration

  • 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.

Execution

  • Exec docker compose build && docker compose up -d

About

WOL manager app using telegram bot or web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 59.7%
  • TypeScript 30.7%
  • JavaScript 6.9%
  • Dockerfile 2.1%
  • HTML 0.6%
0