m0rff / dokku-telegram

A plugin for Dokku that notifies Telegram of deployments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dokku Telegram

Dokku Telegram is a plugin for Dokku that notifies Telegram of deployments.

Installation

# dokku 0.3.26
$ git clone https://github.com/m0rth1um/dokku-telegram /var/lib/dokku/plugins/telegram

# dokku 0.4+
$ dokku plugin:install https://github.com/m0rth1um/dokku-telegram.git

Commands

$ dokku help
    telegram:clear_chat_id [app]           Clears Telegram token
    telegram:clear_token [app]             Clears Telegram token
    telegram:get [app]                     Display Telegram data
    telegram:set_chat_id [app] <chat_id>   Set chat ID
    telegram:set_token [app] <token>       Set Telegram BotAPI token

Telegram Bot API

Read more here: https://core.telegram.org/bots/api

Inspiration: dokku-slack

About

A plugin for Dokku that notifies Telegram of deployments.

License:MIT License


Languages

Language:Shell 100.0%