feat(screenshots): add real application screenshots to README and update package publishing
CI & Test NaxOS Management API / test (push) Successful in 1m46s

This commit is contained in:
Lukas Holzner
2026-09-04 09:04:46 +02:00
parent 4d1becd781
commit a8173d724a
10 changed files with 28 additions and 5 deletions
+8
View File
@@ -4,6 +4,14 @@
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.
## Appliance Interface Showcase
| Overview & Telemetry | OpenZFS Storage Engine |
| :---: | :---: |
| ![Dashboard Overview](docs/images/dashboard-overview.png) | ![Storage Management](docs/images/storage-management.png) |
| **CNCF Perses Analytics** | **App Store & Runtimes** |
| ![Perses Analytics](docs/images/perses-analytics.png) | ![App Store](docs/images/app-store.png) |
## Core Capabilities
- **Declarative NixOS Compiler**: Translates REST API actions directly into standard NixOS module syntax (`generated-naxos-config.nix`), validated before activating via `nixos-rebuild switch`.