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
|
```json
|
||||||
{
|
{
|
||||||
"title": "Notification Title",
|
"title": "Notification Title",
|
||||||
"message": "Notification Message",
|
"asset": "Notification Asset Name",
|
||||||
"backupSizeInMB": 500,
|
"backupSizeInMB": 500,
|
||||||
"extra": [
|
"extra": [
|
||||||
{
|
{
|
||||||
|
@@ -7,12 +7,12 @@ Variables expected:
|
|||||||
- .extra: Optional array of additional fields with .name and .value
|
- .extra: Optional array of additional fields with .name and .value
|
||||||
|
|
||||||
Template Functions Available:
|
Template Functions Available:
|
||||||
- formatSize: Formats size in MB/GiB automatically
|
- formatSize: Formats size in MB/GB automatically
|
||||||
*/}}
|
*/}}
|
||||||
{
|
{
|
||||||
"embeds": [
|
"embeds": [
|
||||||
{
|
{
|
||||||
"title": "📦 Docker Backup - {{.title}}",
|
"title": "📦 Backup - {{.title}}",
|
||||||
"description": "**{{.asset}}** has been backup-ed successfully! ✅🫡\n",
|
"description": "**{{.asset}}** has been backup-ed successfully! ✅🫡\n",
|
||||||
"color": 3066993,
|
"color": 3066993,
|
||||||
"fields": [
|
"fields": [
|
||||||
|
Reference in New Issue
Block a user