Skip to content

Service to receive StatusCake webhooks and call Telegram Bot API to send alerts.

Notifications You must be signed in to change notification settings

mabitt/docker-statuscake-telegram-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

docker-statuscake-telegram-webhook

Service to receive StatusCake webhooks and call Telegram Bot API to send alerts.

Usage:

docker run \
-e SC_USER='username (lowercase) ' \
-e SC_APIKEY='apikey' \
-e TELEGRAM_BOT_TOKEN='0000000:key' \
-e TELEGRAM_CHAT_ID='user or group id' \
-p 5000:5000 \
mabitt/statuscake-telegram-webhook

To debug, add:

-e LOGLEVEL='INFO' \

About

Service to receive StatusCake webhooks and call Telegram Bot API to send alerts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published