notification option: ntfy.sh #1691
-
Hello and thanks! I just started using ntfy.sh (selfhosted, 'natch) and was wondering if it's possible to use curl as a notification system. options would be mostly the same as all the others... |
Beta Was this translation helpful? Give feedback.
Answered by
flowcool
Aug 25, 2023
Replies: 1 comment 3 replies
-
Hey, Same for me and this is how I manage it with env variable: |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
simskij
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
Same for me and this is how I manage it with env variable:
- WATCHTOWER_NOTIFICATIONS=shoutrrr
- WATCHTOWER_NOTIFICATION_URL=generic+https://[YOUR DOMAIN]/[YOUR TOPIC]?title=WatchtowerUpdates
And I'm receiving notification each time ;)