e36c855bf4566cf80863e325ec999a72d13c05d9
Some checks failed
CI / test-build (push) Has been cancelled
The CreatePool function have some bug when creating an pool it mounting an vdev properties but in the reality it show that the option is the dataset properties
AtlasOS
AtlasOS is an appliance-style storage controller build by Adastra
v1 Focus
- ZFS storage engine
- SMB / NFS / iSCSI (ZVOL)
- Auto snapshots (sanoid)
- RBAC + audit
- TUI (Bubble Tea) + Web GUI (HTMX)
- Prometheus metrics
This repository contains the management plane and appliance tooling.
Quick Installation
Standard Installation (with internet)
sudo ./installer/install.sh
Airgap Installation (offline)
# Step 1: Download bundle (on internet-connected system)
sudo ./installer/bundle-downloader.sh ./atlas-bundle
# Step 2: Transfer bundle to airgap system
# Step 3: Install on airgap system
sudo ./installer/install.sh --offline-bundle /path/to/atlas-bundle
See installer/README.md and docs/INSTALLATION.md for detailed instructions.
Description
Languages
Go
61.6%
HTML
28.2%
Shell
10.2%