feat(setup): show operator automation and backup state in summary

This commit is contained in:
William Valentin
2026-02-16 15:17:27 -08:00
parent 63dbfa5d8f
commit fa90d826de
4 changed files with 45 additions and 2 deletions
+2
View File
@@ -42,6 +42,8 @@ export interface SetupConfig {
gdrive?: { enabled?: boolean };
gtasks?: { enabled?: boolean };
heartbeat?: { enabled?: boolean };
daily_briefing?: { enabled?: boolean };
minio_sync?: { enabled?: boolean };
} & Record<string, unknown>;
backup?: {
enabled?: boolean;