A Gotify client that broadcast notifications to a specific Telegram Bot (user driven) thats talk to a specific Telegram user.
- Broadcast Gotify notifications to Telegram
- Telegram Bot for control Gotify Server (user driven)
- Posibillity to send notifications to Gotify
- Receive notifications of multi gotify servers on same Telegram Bot
- Gotify deployment
- Gotify Client Token
- (Optional) Gotify App Token
- Telegram Bot Token [gen with @BotFather]
- Telegram Chat ID [for receive notifications]
To run this project, you will need to add the following environment variables. One way to setup this variables its using docker-compose
for deployment.
-
GOTIFY_URL
-
GOTIFY_PORT
-
GOTIFY_CLIENT_TOKEN
-
GOTIFY_APP_TOKEN
-
TELEGRAM_TOKEN
-
TELEGRAM_CHAT_ID
TODO