init
All checks were successful
release-tag / release-image (push) Successful in 3m43s
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped

This commit is contained in:
2025-10-14 23:08:51 +02:00
parent 46bd5622db
commit 0977a21641
7 changed files with 908 additions and 0 deletions

27
services.json Normal file
View File

@@ -0,0 +1,27 @@
{
"title": "Team Status",
"poll_seconds": 10,
"services": [
{
"name": "API-Gateway1",
"description": "Eingangspunkt für alle Backend-APIs",
"status": "Online",
"last_change": "2025-10-14T07:50:00Z"
},
{
"name": "Datenbank1",
"description": "Primärer PostgreSQL-Cluster",
"status": "Wartung"
},
{
"name": "Benachrichtigungen1",
"description": "E-Mail/Push-Service",
"status": "Beeinträchtigt"
},
{
"name": "Website1",
"description": "Öffentliche Landingpage",
"status": "Offline"
}
]
}