Simple Telegram Bot for Getting Status of your server with Golang.
TELEGRAM_BOT_DEBUG_MODE
: Enable or Disable Debug mode. Possible values:true
orfalse
TELEGRAM_BOT_ADMIN_ID
: Telegram ID of admin userTELEGRAM_BOT_TOKEN
: API Token
docker build -t alive-bot:latest .
docker run -d --name alive-bot --restart always -e TELEGRAM_BOT_DEBUG_MODE=false -e TELEGRAM_BOT_ADMIN_ID=YOUR_TELEGRAM_USER_ID -e TELEGRAM_BOT_TOKEN="YOUR_BOT_TOKEN" alive-bot:latest
- Flush firewall
- Access from other accounts to bot with password
- Refactor
- Get status and restart or stop services