From 96548f477313348dd99b9ff0fb6f406f856a5244 Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Sun, 7 Sep 2025 11:19:56 -0300 Subject: [PATCH] small adjustments --- haven-notify/README.md | 2 +- haven-notify/template/backup.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/haven-notify/README.md b/haven-notify/README.md index 7c4813a..11d8dfe 100644 --- a/haven-notify/README.md +++ b/haven-notify/README.md @@ -32,7 +32,7 @@ It's built in Go and can be deployed as a container or managed service. ```json { "title": "Notification Title", - "message": "Notification Message", + "asset": "Notification Asset Name", "backupSizeInMB": 500, "extra": [ { diff --git a/haven-notify/template/backup.tmpl b/haven-notify/template/backup.tmpl index 8fed3c0..af76949 100644 --- a/haven-notify/template/backup.tmpl +++ b/haven-notify/template/backup.tmpl @@ -7,12 +7,12 @@ Variables expected: - .extra: Optional array of additional fields with .name and .value Template Functions Available: -- formatSize: Formats size in MB/GiB automatically +- formatSize: Formats size in MB/GB automatically */}} { "embeds": [ { - "title": "📦 Docker Backup - {{.title}}", + "title": "📦 Backup - {{.title}}", "description": "**{{.asset}}** has been backup-ed successfully! ✅🫡\n", "color": 3066993, "fields": [