Here’s how I configured Proxmox (and Proxmox Backup Server) to send notifications to Ntfy through their webhook method.
POSTURL:https://ntfy.sh/{{ secrets.channel }}- Headers:
X-Title:{{ title }}Markdown:YesPriority:lowAuthorization:Bearer {{ secrets.token }}
- Body:
{{ severity }}
{{ message }}
- Secrets:
channeltoken
Here’s a screenshot: