init: Initial commit

This commit is contained in:
Björn Benouarets
2026-01-07 06:20:16 +01:00
commit 7055272793
25 changed files with 1494 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Webhooks",
"size": "Large",
"weight": "Bolder",
"color": "Accent"
},
{
"type": "TextBlock",
"text": "Es sind {webhook_count} Webhooks registriert",
"size": "Small",
"color": "Good",
"isSubtle": true,
"wrap": true
},
{
"type": "TextBlock",
"text": "",
"separator": true
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4"
}