I am one of those people who function better by writing things down. One day, I realized that most of my notes don’t have to be private, so here they are - my second brain. Be warned that, if you stumble upon something here that doesn’t make sense to you, it isn’t meant to!
Ntfy notifications on Proxmox
Here’s how I configured Proxmox (and Proxmox Backup Server) to send notifications to Ntfy through their webhook method. POST URL: https://ntfy.sh/{{ secrets.channel }} Headers: X-Title: {{ title }} Markdown: Yes Priority: low Authorization: Bearer {{ secrets.token }} Body: {{ severity }} {{ message }} Secrets: channel token Here’s a screenshot: