containrrr / watchtower

A process for automating Docker container base image updates.
https://containrrr.dev/watchtower/
Apache License 2.0
19.46k stars 860 forks source link

ntfy integration for alerts #2021

Open tetra-archos opened 2 months ago

tetra-archos commented 2 months ago

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

I would like ntfy integration added for notifications. It should be a pretty simple integration as they support curl, ntfy-cli(their own script) HTTP, Javascript, Go, Python, PHP for posting messages.

Describe alternatives you've considered

No alternatives for me without switching notification servers, or adding another service.

Additional context

ntfy is a well used project with 17.7k stars on github. It would allow for more flexibility for notifications from your app to have it as an option.

github-actions[bot] commented 2 months ago

Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏

drewstopherlee commented 1 month ago

To my knowledge, this is already supported via shoutrrr (see here). The only hang-up (for me, anyway) was getting it to use access tokens, which is covered in the shoutrrr repository here.