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:
services: my-service: url: <shoutrrr-url>See the Shoutrrr services documentation for the full list of supported services and their URL formats.
Environment variables are supported in service URLs:
services: telegram: url: telegram://${TELEGRAM_TOKEN}@telegram params: chats: ${TELEGRAM_CHAT_ID}