qdm12 / gluetun

VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
https://hub.docker.com/r/qmcgaw/gluetun
MIT License
7.86k stars 365 forks source link

Feature request: Integrate Telegram API Notifier Setup #397

Open redtripleAAA opened 3 years ago

redtripleAAA commented 3 years ago

What's the feature? 🧐 Integrate Telegram API Notifier Setup

Optional extra information 🚀

kusold commented 3 years ago

If you want to bake notifications into gluetun, you may want to give shoutrrr a look. It's a go library that supports sending to a wide variety of sources including telegram.

If you'd rather keep the notification service external, it would be useful to have etags or last-modified response headers so that a polling app can more easily see when the state changes.

redtripleAAA commented 3 years ago

I did a workaround in here:

https://github.com/qdm12/gluetun/discussions/446#discussioncomment-715376

qdm12 commented 3 years ago

Yeah I'll use https://github.com/containrrr/shoutrrr/ in the end thanks @kusold