This Gotify plugin forwards all received messages to Telegram through the Telegram bot.
- A Telegram bot, bot token, and chat ID from bot conversation. You can get that information by following this blog.
- Golang, Docker, wget (If you want to build the binary from source).
-
By shared object
-
Build from source
-
Change GOTIFY_VERSION in Makefile.
-
Build the binary.
make build
- Follow instructions from step 2 in the shared object installation.
-
Mandatory secrets.
GOTIFY_HOST=ws://YOUR_GOTIFY_IP
GOTIFY_CLIENT_TOKEN=YOUR_CLIENT_TOKEN
TELEGRAM_CHAT_ID=YOUR_TELEGRAM_CHAT_ID
TELEGRAM_BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN