mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
- COW snapshot (cp --reflink=always) of package volumes before install/update; restore on failure, remove on success - Automatic ext4→btrfs conversion via btrfs-convert during disk attach with e2fsck pre-check and post-conversion defrag - Probe package-data filesystem during setup.disk.list (on both disk and partition level) so the UI can warn about ext4 conversion - Setup wizard preserve-overwrite dialog shows ext4 warning with backup acknowledgment checkbox before allowing preserve
StartOS Web
Angular + TypeScript workspace using the Taiga UI component library.
Applications
StartOS serves one of these UIs depending on the state of the system:
- ui — Primary admin interface for managing StartOS, served on hosts unique to the instance.
- setup-wizard — Initial setup UI, served on
start.local. - start-tunnel — VPN/tunnel management UI.
Libraries
- shared — Common code shared between all web UIs (API clients, components, i18n).
- marketplace — Library code for service discovery, shared between the StartOS UI and the marketplace.
Contributing
See CONTRIBUTING.md for environment setup, development server instructions, and translation guides.