docs(branding): update logo, adopt NixOS 26.05 across docs and refresh screenshots
Validate Documentation / lint-docs (push) Successful in 9s

This commit is contained in:
Lukas Holzner
2026-09-04 13:33:20 +02:00
parent 3701d76713
commit aa68a2956c
13 changed files with 88 additions and 6 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ During Step 6, `naxos-installer`:
2. **Installs the NaxOS Web Dashboard (`naxos-ui`)**: Unpacks the compiled React SPA into `/mnt/opt/naxos/ui/dist`.
3. **Installs the NaxOS Management Daemon (`naxos-api`)**: Deploys the Node.js fastify backend daemon into `/mnt/opt/naxos/api`.
4. **Configures Appliance Systemd Services**: Enables `services.naxos.api` (port 8088), `services.naxos.ui` (Nginx reverse proxy on port 80/443), `services.naxos.perses` (CNCF Perses metrics on 8080), Samba SMB with Time Machine, and OpenZFS automated scrub/snapshots.
5. **Executes `nixos-install`**: Compiles and activates the complete appliance generation.
5. **Executes `nixos-install`**: Compiles and activates the complete appliance generation running **NixOS 26.05**.
---