small adjustments
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 36s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 10m45s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 19s

This commit is contained in:
2025-09-07 11:19:56 -03:00
parent c34ee5185d
commit 96548f4773
2 changed files with 3 additions and 3 deletions

View File

@@ -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": [
{

View File

@@ -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": [