Files
server-scripts/haven-notify/template/backup.tmpl
Jose Henrique b1cdf15cc8
Some checks failed
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 4s
Haven Notify Build and Deploy / Build Haven Notify Image (pull_request) Has been cancelled
Haven Notify Build and Deploy / Build Haven Notify Image (PR) (pull_request) Has been cancelled
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (pull_request) Has been cancelled
Haven Notify Build and Deploy / Test Haven Notify (pull_request) Has been cancelled
adding test containers
2026-07-16 09:14:51 -03:00

27 lines
611 B
Cheetah

{
"embeds": [
{
"title": {{json (printf "📦 Backup - %s" .Title)}},
"description": {{json (printf "**%s** has been backed up successfully! ✅🫡\n" .Asset)}},
"color": 3066993,
"fields": [
{
"name": "💾 Backup Size",
"value": {{json (formatSize .BackupSizeInMB)}},
"inline": true
}
{{- range .Extra}},
{
"name": {{json .Name}},
"value": {{json .Value}},
"inline": true
}
{{- end}}
],
"footer": {
"text": "✨ Haven Notify ✨"
}
}
]
}