small adjustments
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
@@ -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": [
|
||||
|
Reference in New Issue
Block a user