diff --git a/README.md b/README.md index 028e2d4..fa6859a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,24 @@ -# NaxOS Management Daemon & API (`naxos-api`) +

+ NaxOS Logo +

-[![Gitea Actions](https://git.lholz.de/naxos/naxos-api/actions/workflows/ci.yaml/badge.svg)](https://git.lholz.de/naxos/naxos-api/actions) +

NaxOS Management Daemon & API

-The **NaxOS Management Daemon** serves as the core orchestration brain of the NaxOS storage appliance. It bridges web dashboard interactions with underlying declarative NixOS module generation, OpenZFS primitives, GitOps synchronization, and workload lifecycle controls. +

+ Core Orchestration Brain for NaxOS Appliance (NixOS 26.05 & OpenZFS) +
+ Fastify REST & SSE Daemon with Declarative NixOS Compiler & GitOps Engine +

+ +

+ Gitea Actions + Gitea Packages + NixOS 26.05 +

+ +--- + +The **NaxOS Management Daemon** serves as the core orchestration brain of the NaxOS storage appliance. It bridges web dashboard interactions with underlying declarative NixOS 26.05 module generation, OpenZFS primitives, GitOps synchronization, and workload lifecycle controls. ## Appliance Interface Showcase diff --git a/docs/images/app-store.png b/docs/images/app-store.png index b69e7e0..b5dccc4 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 4898f07..3df57f0 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 3130854..b71dc4e 100644 Binary files a/docs/images/gitops-sync.png and b/docs/images/gitops-sync.png differ diff --git a/docs/images/logo.svg b/docs/images/logo.svg new file mode 100644 index 0000000..8b59f1a --- /dev/null +++ b/docs/images/logo.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/images/migration-wizard.png b/docs/images/migration-wizard.png index 2f55e6d..fc96472 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 c0afc0c..7c8963d 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 f7aa83e..1bebfb1 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 45dfe5e..6fbc729 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 12f2461..850e05d 100644 Binary files a/docs/images/system-logs.png and b/docs/images/system-logs.png differ diff --git a/src/services/perses.service.ts b/src/services/perses.service.ts index dba5f3a..11d5fa4 100644 --- a/src/services/perses.service.ts +++ b/src/services/perses.service.ts @@ -25,7 +25,7 @@ export class PersesService { zfsPoolsCount: pools.length, activeSharesCount: sharesCount, runningAppsCount: runningApps, - osVersion: 'NaxOS 24.11 (NixOS Vicuna)', + osVersion: 'NaxOS 26.05 (NixOS)', nixosGeneration: 42, }; }