diff --git a/README.md b/README.md index bcd5d03..cf7381e 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ | Overview Dashboard | OpenZFS Storage Engine | | :---: | :---: | | ![Dashboard Overview](docs/images/dashboard-overview.png) | ![Storage Management](docs/images/storage-management.png) | -| **CNCF Perses Analytics** | **App Store & Runtime** | -| ![Perses Analytics](docs/images/perses-analytics.png) | ![App Store](docs/images/app-store.png) | +| **Live System & Storage Telemetry** | **App Store & Runtime** | +| ![Live System & Storage Telemetry](docs/images/system-telemetry.png) | ![App Store](docs/images/app-store.png) | ## Architecture & Features @@ -44,9 +44,9 @@ - Native NixOS systemd services (e.g. Immich with Intel QuickSync / OpenCL hardware transcoding) - Docker Compose with ZFS copy-on-write storage driver - Optional lightweight K3s cluster integration -- **Native Observability**: - - Embedded **Perses** analytics dashboards (replacing standalone Grafana) - - Prometheus TSDB and Node Exporter +- **Seamless Native Observability**: + - Seamlessly integrated live telemetry and OpenZFS performance metrics + - Prometheus TSDB and Node Exporter embedded into the core appliance - **Streamlined Bootable ISO**: - Interactive CLI / TUI wizard (`naxos-installer`) for rapid bare-metal installation and pool import. diff --git a/docs/images/app-store.png b/docs/images/app-store.png index b5dccc4..8f9ac61 100644 Binary files a/docs/images/app-store.png and b/docs/images/app-store.png differ diff --git a/docs/images/dashboard-overview.png b/docs/images/dashboard-overview.png index 3df57f0..cb0c6fa 100644 Binary files a/docs/images/dashboard-overview.png and b/docs/images/dashboard-overview.png differ diff --git a/docs/images/gitops-sync.png b/docs/images/gitops-sync.png index b71dc4e..13ab350 100644 Binary files a/docs/images/gitops-sync.png and b/docs/images/gitops-sync.png differ diff --git a/docs/images/migration-wizard.png b/docs/images/migration-wizard.png index fc96472..da43874 100644 Binary files a/docs/images/migration-wizard.png and b/docs/images/migration-wizard.png differ diff --git a/docs/images/perses-analytics.png b/docs/images/perses-analytics.png index 7c8963d..5fe3edd 100644 Binary files a/docs/images/perses-analytics.png and b/docs/images/perses-analytics.png differ diff --git a/docs/images/shares-management.png b/docs/images/shares-management.png index 1bebfb1..496e0cd 100644 Binary files a/docs/images/shares-management.png and b/docs/images/shares-management.png differ diff --git a/docs/images/storage-management.png b/docs/images/storage-management.png index 6fbc729..d5b5f97 100644 Binary files a/docs/images/storage-management.png and b/docs/images/storage-management.png differ diff --git a/docs/images/system-logs.png b/docs/images/system-logs.png index 850e05d..9a8f568 100644 Binary files a/docs/images/system-logs.png and b/docs/images/system-logs.png differ diff --git a/docs/images/system-telemetry.png b/docs/images/system-telemetry.png new file mode 100644 index 0000000..5eadf70 Binary files /dev/null and b/docs/images/system-telemetry.png differ