Add git hashes to monitoring

This commit is contained in:
Mononaut
2024-12-12 00:51:30 +00:00
parent e58579ed8a
commit 6112c7f8ee
4 changed files with 85 additions and 4 deletions

View File

@@ -144,4 +144,9 @@ export interface HealthCheckHost {
link?: string;
statusPage?: SafeResourceUrl;
flag?: string;
hashes?: {
frontend?: string;
backend?: string;
electrs?: string;
}
}