Subscribe to announcements:
... and others.
HOWTO
Run UBOS
- on an x86 PC (64bit) (bootstick, hard drive, container, VirtualBox, Docker) or cloud (EC2).
- on a Raspberry 2, 3 (SDCard, container) or Pi 4 (SDCard or USB disk, container)
- on an Odroid-XU4, HC2 (SDCard, container)
- on a Marvell ESPRESSObin (SDCard, hard drive, container).
Install an App
# ubos-admin createsite Hostname: ubos-pc.local App: nextcloud...
Code installed, database provisioned, virtual host configured...
Upgrade everything
# ubos-admin update Done.
OS updated, apps upgraded, database migrations performed, services restarted...
Backup & restore
# ubos-admin backup \ --all --backuptofile \ all.ubos-backup # ubos-admin restore \ --in all.ubos-backup
Plenty of options for more fine-grained control.