admin
be7803c0ac
v0.24.0 — Pre-testing observability: debug logging, diagnostic dump, startup self-test
...
- Add [DEBUG] logging across all modules (backup, storage, sync, selfupdate,
monitor, notify, report, assets, setup) gated behind logging.level: "debug"
- Add /api/debug/dump endpoint returning full controller state JSON (debug only)
- Add startup self-test validating 9 subsystems (Docker, dirs, storage, hub,
restic repos, metrics DB) with pass/warn/fail summary
- New packages: internal/selftest, internal/util
- Constructor/signature changes: debug bool params, logger params on
RunHealthCheck and BuildReport, smart watchdog probe logging
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-21 18:32:26 +01:00
admin
6eb75204b6
v0.22.0: First-run setup wizard, local infra backup, hub verification
...
New controller features:
- Web-based setup wizard replaces docker-setup.sh interactive config
- Dual listener: :8080 (Traefik) + :8081 (direct HTTP for LAN)
- Drive scanner finds .felhom-infra-backup/ on all block devices
- Hub recovery pull (GET /api/v1/recovery/{id}) with retrieval password
- Fresh install: Hub config download or manual wizard
- CSRF protection, state persistence, Hungarian UI
- Local infra backup written to all connected drives after each backup cycle
- .felhom-infra-backup/backup.json + metadata.json with SHA256 checksum
- Hub verification: parse customer_blocked from report push response
- Limited mode after 7 days without verification
- Recovery info page on Settings + recovery-info.txt file generation
- Pending events queue: DR events sent to Hub on next report push
- docker-setup.sh v6.0.0: removed interactive wizard, minimal controller.yaml only
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-21 12:33:17 +01:00
admin
8aebbb8902
feat: Hub monitoring takeover — event push system + config cleanup (v0.21.0)
...
Replace external Healthchecks.io with Hub-native event system. Controller
now pushes structured events via POST /api/v1/event with typed detail
structs. Hub handles dead man's switch, notification dispatch, and cooldowns.
Phase 5: PushEvent() core method, 21 event types, expanded notification
settings (11 toggles), Hub connection monitoring on dashboard, alerts.
Phase 6: Deprecation log for ping UUIDs, pinger kept for transition.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 18:53:21 +01:00
admin
6713df2186
v0.15.5: Disaster recovery — Hub-based infra backup, auto-mount, restore UI
...
Complete DR implementation (TASK2.md Phases 1-4):
- Hub infra-backup push/pull endpoints (controller.yaml, disk layout, stacks)
- Fresh-deployment detection pulls config from Hub, auto-mounts drives by UUID
- Full-page restore UI with drive status, app table, sequential restore
- docker-setup.sh shows DR instructions when customer_id is configured
New files: disk_layout.go, restore_scan.go, restore_app_linux.go,
restore_drives_linux.go, infra_backup.go, infra_pull.go,
handler_restore.go, restore.html
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-19 13:16:46 +01:00
admin
00c668fc92
v0.15.5: Fix startup hub report — Push() returns real errors, startup retries 3x with 15s delay
2026-02-19 10:08:43 +01:00
admin
f54d1a23de
v0.15.4: Hub disabled notification, PushOnce, ReportingDisabled field
2026-02-19 09:45:40 +01:00
admin
97074e7a0c
v0.6.0: healthcheck + hub reporting implementation
...
- Add heartbeat ping (every 5 min, controller alive signal)
- Add backup integrity check (weekly restic check, Sunday 04:00)
- Add Heartbeat + BackupIntegrity fields to PingUUIDsConfig
- Add HubConfig for central hub reporting
- Add report package (types, builder, pusher) for hub push
- Wire hub reporting into scheduler (configurable interval)
- Update controller.yaml.example with new monitoring + hub sections
- Add monitoring/DEPRECATED.md for legacy bash scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-16 13:19:08 +01:00