Notifications
sznuper uses Shoutrrr v0.14.1 for notifications. Any service supported by Shoutrrr works with sznuper. Configure it with a Shoutrrr URL in your config file:
channels: my-channel: url: <shoutrrr-url>See the Shoutrrr services documentation for the full list of supported services and their URL formats.
Environment variables are supported in channel URLs:
channels: telegram: url: telegram://${TELEGRAM_TOKEN}@telegram params: chats: ${TELEGRAM_CHAT_ID}